Html Css Color HEX #AF810D Dark Goldenrod

📋 copy color: '#AF810D'

red 175 ◦ green 129 ◦ blue 13

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

Shades of Dark Goldenrod #AF810D

Tints of Dark Goldenrod #AF810D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 55.21%
G = 40.69%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF810D (or 0xAF810D) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 0D. RGB value is (175,129,13). Sum of RGB (Red+Green+Blue) = 175+129+13=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF810D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF810D is #507EF2. Grayscale: #828282. Windows color (decimal): -5275379 or 885167. OLE color: 885167.

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

Color convert

RGB 175 129 13 -
CMYK 0 0.26 0.93 0.31
HSL 42.96º 0.86% 0.37% -
HSV(B) 42.96º 0.93% 0.69% -
XYZ 25.6 24.84 3.83 -
YUV 129.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 175 129 13 0 0.26 0.93 0.31 42.96 0.86 0.37
Hex AF 81 D 0 1A 5D 1F 2B 56 25
Octal 257 201 15 0 32 135 37 53 126 45
Binary 10101111 10000001 1101 0 11010 1011101 11111 101011 1010110 100101

Color Harmonies of #AF810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF810D

Black with #AF810D

Text Example


Text Example

White with #AF810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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