Html Css Color HEX #AF7201 Dark Goldenrod

📋 copy color: '#AF7201'

red 175 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #AF7201

Tints of Dark Goldenrod #AF7201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 60.34%
G = 39.31%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7201 (or 0xAF7201) is known color: Dark Goldenrod. HEX triplet: AF, 72 and 01. RGB value is (175,114,1). Sum of RGB (Red+Green+Blue) = 175+114+1=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7201 is #508DFE. Grayscale: #777777. Windows color (decimal): -5279231 or 94895. OLE color: 94895.

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

Color convert

RGB 175 114 1 -
CMYK 0 0.35 0.99 0.31
HSL 38.97º 0.99% 0.35% -
HSV(B) 38.97º 0.99% 0.69% -
XYZ 23.7 21.15 2.86 -
YUV 119.36 61.21 167.69 -
System Red Green Blue C M Y K H S L
Decimal 175 114 1 0 0.35 0.99 0.31 38.97 0.99 0.35
Hex AF 72 1 0 23 63 1F 27 63 23
Octal 257 162 1 0 43 143 37 47 143 43
Binary 10101111 1110010 1 0 100011 1100011 11111 100111 1100011 100011

Color Harmonies of #AF7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7201

Black with #AF7201

Text Example


Text Example

White with #AF7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7201; }

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

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

background-color css

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

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

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

border-color css

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

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

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