Html Css Color HEX #AF860F Dark Goldenrod

📋 copy color: '#AF860F'

red 175 ◦ green 134 ◦ blue 15

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

Shades of Dark Goldenrod #AF860F

Tints of Dark Goldenrod #AF860F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 54.01%
G = 41.36%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF860F (or 0xAF860F) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 0F. RGB value is (175,134,15). Sum of RGB (Red+Green+Blue) = 175+134+15=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF860F is #5079F0. Grayscale: #858585. Windows color (decimal): -5274097 or 1017519. OLE color: 1017519.

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

Color convert

RGB 175 134 15 -
CMYK 0 0.23 0.91 0.31
HSL 44.63º 0.84% 0.37% -
HSV(B) 44.63º 0.91% 0.69% -
XYZ 26.29 26.2 4.12 -
YUV 132.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 175 134 15 0 0.23 0.91 0.31 44.63 0.84 0.37
Hex AF 86 F 0 17 5B 1F 2D 54 25
Octal 257 206 17 0 27 133 37 55 124 45
Binary 10101111 10000110 1111 0 10111 1011011 11111 101101 1010100 100101

Color Harmonies of #AF860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF860F

Black with #AF860F

Text Example


Text Example

White with #AF860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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