Html Css Color HEX #AF810F Dark Goldenrod

📋 copy color: '#AF810F'

red 175 ◦ green 129 ◦ blue 15

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

Shades of Dark Goldenrod #AF810F

Tints of Dark Goldenrod #AF810F

RGB

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

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

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

R = 54.86%
G = 40.44%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF810F (or 0xAF810F) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 0F. RGB value is (175,129,15). Sum of RGB (Red+Green+Blue) = 175+129+15=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF810F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF810F is #507EF0. Grayscale: #828282. Windows color (decimal): -5275377 or 1016239. OLE color: 1016239.

HSL color Cylindrical-coordinate representation of color #AF810F: hue angle of 42.75º 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 #AF810F is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 129 15 -
CMYK 0 0.26 0.91 0.31
HSL 42.75º 0.84% 0.37% -
HSV(B) 42.75º 0.91% 0.69% -
XYZ 25.62 24.85 3.9 -
YUV 129.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 175 129 15 0 0.26 0.91 0.31 42.75 0.84 0.37
Hex AF 81 F 0 1A 5B 1F 2B 54 25
Octal 257 201 17 0 32 133 37 53 124 45
Binary 10101111 10000001 1111 0 11010 1011011 11111 101011 1010100 100101

Color Harmonies of #AF810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF810F

Black with #AF810F

Text Example


Text Example

White with #AF810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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