Html Css Color HEX #AF7702 Dark Goldenrod

📋 copy color: '#AF7702'

red 175 ◦ green 119 ◦ blue 2

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

Shades of Dark Goldenrod #AF7702

Tints of Dark Goldenrod #AF7702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

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

R = 59.12%
G = 40.2%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7702 (or 0xAF7702) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 02. RGB value is (175,119,2). Sum of RGB (Red+Green+Blue) = 175+119+2=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7702 is #5088FD. Grayscale: #7A7A7A. Windows color (decimal): -5277950 or 161711. OLE color: 161711.

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

Color convert

RGB 175 119 2 -
CMYK 0 0.32 0.99 0.31
HSL 40.58º 0.98% 0.35% -
HSV(B) 40.58º 0.99% 0.69% -
XYZ 24.29 22.31 3.08 -
YUV 122.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 175 119 2 0 0.32 0.99 0.31 40.58 0.98 0.35
Hex AF 77 2 0 20 63 1F 29 62 23
Octal 257 167 2 0 40 143 37 51 142 43
Binary 10101111 1110111 10 0 100000 1100011 11111 101001 1100010 100011

Color Harmonies of #AF7702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7702

Black with #AF7702

Text Example


Text Example

White with #AF7702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7702; }

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

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

background-color css

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

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

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

border-color css

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

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

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