Html Css Color HEX #AF720D Dark Goldenrod

📋 copy color: '#AF720D'

red 175 ◦ green 114 ◦ blue 13

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

Shades of Dark Goldenrod #AF720D

Tints of Dark Goldenrod #AF720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 57.95%
G = 37.75%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF720D (or 0xAF720D) is known color: Dark Goldenrod. HEX triplet: AF, 72 and 0D. RGB value is (175,114,13). Sum of RGB (Red+Green+Blue) = 175+114+13=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF720D is #508DF2. Grayscale: #797979. Windows color (decimal): -5279219 or 881327. OLE color: 881327.

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

Color convert

RGB 175 114 13 -
CMYK 0 0.35 0.93 0.31
HSL 37.41º 0.86% 0.37% -
HSV(B) 37.41º 0.93% 0.69% -
XYZ 23.77 21.18 3.22 -
YUV 120.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 175 114 13 0 0.35 0.93 0.31 37.41 0.86 0.37
Hex AF 72 D 0 23 5D 1F 25 56 25
Octal 257 162 15 0 43 135 37 45 126 45
Binary 10101111 1110010 1101 0 100011 1011101 11111 100101 1010110 100101

Color Harmonies of #AF720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF720D

Black with #AF720D

Text Example


Text Example

White with #AF720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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