Html Css Color HEX #AF700D Dark Goldenrod

📋 copy color: '#AF700D'

red 175 ◦ green 112 ◦ blue 13

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

Shades of Dark Goldenrod #AF700D

Tints of Dark Goldenrod #AF700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

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

R = 58.33%
G = 37.33%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF700D (or 0xAF700D) is known color: Dark Goldenrod. HEX triplet: AF, 70 and 0D. RGB value is (175,112,13). Sum of RGB (Red+Green+Blue) = 175+112+13=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF700D is #508FF2. Grayscale: #787878. Windows color (decimal): -5279731 or 880815. OLE color: 880815.

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

Color convert

RGB 175 112 13 -
CMYK 0 0.36 0.93 0.31
HSL 36.67º 0.86% 0.37% -
HSV(B) 36.67º 0.93% 0.69% -
XYZ 23.55 20.73 3.14 -
YUV 119.55 67.87 167.55 -
System Red Green Blue C M Y K H S L
Decimal 175 112 13 0 0.36 0.93 0.31 36.67 0.86 0.37
Hex AF 70 D 0 24 5D 1F 25 56 25
Octal 257 160 15 0 44 135 37 45 126 45
Binary 10101111 1110000 1101 0 100100 1011101 11111 100101 1010110 100101

Color Harmonies of #AF700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF700D

Black with #AF700D

Text Example


Text Example

White with #AF700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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