Html Css Color HEX #AF851A Dark Goldenrod

📋 copy color: '#AF851A'

red 175 ◦ green 133 ◦ blue 26

#AF851A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AF851A

Tints of Dark Goldenrod #AF851A

RGB

 RED value IS 175 (68.75% from 255) = 52.4%

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 52.4%
G = 39.82%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF851A (or 0xAF851A) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 1A. RGB value is (175,133,26). Sum of RGB (Red+Green+Blue) = 175+133+26=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF851A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF851A is #507AE5. Grayscale: #858585. Windows color (decimal): -5274342 or 1738159. OLE color: 1738159.

HSL color Cylindrical-coordinate representation of color #AF851A: hue angle of 43.09º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF851A is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 26 -
CMYK 0 0.24 0.85 0.31
HSL 43.09º 0.74% 0.39% -
HSV(B) 43.09º 0.85% 0.69% -
XYZ 26.25 25.96 4.61 -
YUV 133.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 175 133 26 0 0.24 0.85 0.31 43.09 0.74 0.39
Hex AF 85 1A 0 18 55 1F 2B 4A 27
Octal 257 205 32 0 30 125 37 53 112 47
Binary 10101111 10000101 11010 0 11000 1010101 11111 101011 1001010 100111

Color Harmonies of #AF851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF851A

Black with #AF851A

Text Example


Text Example

White with #AF851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF851A; }

 p { color: rgb(175,133,26); }

 H1.HeaderClassName
 {
   color: #AF851A;
 }
 .AnyTagClassName
 {
   color: #AF851A;
 }
</style>

background-color css

<style>
 a { background-color: #AF851A; }

 a { background-color: rgb(175,133,26); }

 div.DivClassName
 {
   background-color: #AF851A;
 }
 .BgClassName
 {
   background-color: #AF851A;
 }
</style>

border-color css

<style>
 span { border-color: #AF851A; }

 span { border-color: rgb(175,133,26); }

 td.TdClassName
 {
   border-color: #AF851A;
 }
 .TagClassName
 {
   border-color: #AF851A;
 }
</style>