Html Css Color HEX #AF7302 Dark Goldenrod

📋 copy color: '#AF7302'

red 175 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #AF7302

Tints of Dark Goldenrod #AF7302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 59.93%
G = 39.38%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7302 (or 0xAF7302) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 02. RGB value is (175,115,2). Sum of RGB (Red+Green+Blue) = 175+115+2=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7302 is #508CFD. Grayscale: #787878. Windows color (decimal): -5278974 or 160687. OLE color: 160687.

HSL color Cylindrical-coordinate representation of color #AF7302: hue angle of 39.19º degrees, saturation: 0.98, 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 #AF7302 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 2 -
CMYK 0 0.34 0.99 0.31
HSL 39.19º 0.98% 0.35% -
HSV(B) 39.19º 0.99% 0.69% -
XYZ 23.82 21.38 2.93 -
YUV 120.06 61.38 167.19 -
System Red Green Blue C M Y K H S L
Decimal 175 115 2 0 0.34 0.99 0.31 39.19 0.98 0.35
Hex AF 73 2 0 22 63 1F 27 62 23
Octal 257 163 2 0 42 143 37 47 142 43
Binary 10101111 1110011 10 0 100010 1100011 11111 100111 1100010 100011

Color Harmonies of #AF7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7302

Black with #AF7302

Text Example


Text Example

White with #AF7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7302; }

 p { color: rgb(175,115,2); }

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

background-color css

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

 a { background-color: rgb(175,115,2); }

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

border-color css

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

 span { border-color: rgb(175,115,2); }

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