Html Css Color HEX #AF7200 Dark Goldenrod

📋 copy color: '#AF7200'

red 175 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #AF7200

Tints of Dark Goldenrod #AF7200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.55%
G = 39.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF7200 (or 0xAF7200) is known color: Dark Goldenrod. HEX triplet: AF, 72 and 00. RGB value is (175,114,0). Sum of RGB (Red+Green+Blue) = 175+114+0=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7200 is #508DFF. Grayscale: #777777. Windows color (decimal): -5279232 or 29359. OLE color: 29359.

HSL color Cylindrical-coordinate representation of color #AF7200: hue angle of 39.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF7200 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 0 -
CMYK 0 0.35 1 0.31
HSL 39.09º 1% 0.34% -
HSV(B) 39.09º 1% 0.69% -
XYZ 23.7 21.15 2.83 -
YUV 119.24 60.71 167.77 -
System Red Green Blue C M Y K H S L
Decimal 175 114 0 0 0.35 1 0.31 39.09 1 0.34
Hex AF 72 0 0 23 64 1F 27 64 22
Octal 257 162 0 0 43 144 37 47 144 42
Binary 10101111 1110010 0 0 100011 1100100 11111 100111 1100100 100010

Color Harmonies of #AF7200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7200

Black with #AF7200

Text Example


Text Example

White with #AF7200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7200; }

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

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

background-color css

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

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

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

border-color css

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

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

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