Html Css Color HEX #AF860B Dark Goldenrod

📋 copy color: '#AF860B'

red 175 ◦ green 134 ◦ blue 11

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

Shades of Dark Goldenrod #AF860B

Tints of Dark Goldenrod #AF860B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.88%

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 54.69%
G = 41.88%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF860B (or 0xAF860B) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 0B. RGB value is (175,134,11). Sum of RGB (Red+Green+Blue) = 175+134+11=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF860B is #5079F4. Grayscale: #848484. Windows color (decimal): -5274101 or 755375. OLE color: 755375.

HSL color Cylindrical-coordinate representation of color #AF860B: hue angle of 45º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF860B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 11 -
CMYK 0 0.23 0.94 0.31
HSL 45º 0.88% 0.36% -
HSV(B) 45º 0.94% 0.69% -
XYZ 26.26 26.19 3.99 -
YUV 132.24 59.58 158.5 -
System Red Green Blue C M Y K H S L
Decimal 175 134 11 0 0.23 0.94 0.31 45 0.88 0.36
Hex AF 86 B 0 17 5E 1F 2D 58 24
Octal 257 206 13 0 27 136 37 55 130 44
Binary 10101111 10000110 1011 0 10111 1011110 11111 101101 1011000 100100

Color Harmonies of #AF860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF860B

Black with #AF860B

Text Example


Text Example

White with #AF860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF860B; }

 p { color: rgb(175,134,11); }

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

background-color css

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

 a { background-color: rgb(175,134,11); }

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

border-color css

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

 span { border-color: rgb(175,134,11); }

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