Html Css Color HEX #AF7802 Dark Goldenrod

📋 copy color: '#AF7802'

red 175 ◦ green 120 ◦ blue 2

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

Shades of Dark Goldenrod #AF7802

Tints of Dark Goldenrod #AF7802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.4%

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

R = 58.92%
G = 40.4%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7802 (or 0xAF7802) is known color: Dark Goldenrod. HEX triplet: AF, 78 and 02. RGB value is (175,120,2). Sum of RGB (Red+Green+Blue) = 175+120+2=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7802 is #5087FD. Grayscale: #7B7B7B. Windows color (decimal): -5277694 or 161967. OLE color: 161967.

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

Color convert

RGB 175 120 2 -
CMYK 0 0.31 0.99 0.31
HSL 40.92º 0.98% 0.35% -
HSV(B) 40.92º 0.99% 0.69% -
XYZ 24.41 22.55 3.12 -
YUV 122.99 59.72 165.09 -
System Red Green Blue C M Y K H S L
Decimal 175 120 2 0 0.31 0.99 0.31 40.92 0.98 0.35
Hex AF 78 2 0 1F 63 1F 29 62 23
Octal 257 170 2 0 37 143 37 51 142 43
Binary 10101111 1111000 10 0 11111 1100011 11111 101001 1100010 100011

Color Harmonies of #AF7802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7802

Black with #AF7802

Text Example


Text Example

White with #AF7802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7802; }

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

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

background-color css

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

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

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

border-color css

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

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

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