Html Css Color HEX #AF811B Dark Goldenrod

📋 copy color: '#AF811B'

red 175 ◦ green 129 ◦ blue 27

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

Shades of Dark Goldenrod #AF811B

Tints of Dark Goldenrod #AF811B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 52.87%
G = 38.97%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF811B (or 0xAF811B) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 1B. RGB value is (175,129,27). Sum of RGB (Red+Green+Blue) = 175+129+27=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF811B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF811B is #507EE4. Grayscale: #838383. Windows color (decimal): -5275365 or 1802671. OLE color: 1802671.

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

Color convert

RGB 175 129 27 -
CMYK 0 0.26 0.85 0.31
HSL 41.35º 0.73% 0.4% -
HSV(B) 41.35º 0.85% 0.69% -
XYZ 25.73 24.89 4.49 -
YUV 131.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 175 129 27 0 0.26 0.85 0.31 41.35 0.73 0.4
Hex AF 81 1B 0 1A 55 1F 29 49 28
Octal 257 201 33 0 32 125 37 51 111 50
Binary 10101111 10000001 11011 0 11010 1010101 11111 101001 1001001 101000

Color Harmonies of #AF811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF811B

Black with #AF811B

Text Example


Text Example

White with #AF811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF811B; }

 p { color: rgb(175,129,27); }

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

background-color css

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

 a { background-color: rgb(175,129,27); }

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

border-color css

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

 span { border-color: rgb(175,129,27); }

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