Html Css Color HEX #AF7A02 Dark Goldenrod

📋 copy color: '#AF7A02'

red 175 ◦ green 122 ◦ blue 2

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

Shades of Dark Goldenrod #AF7A02

Tints of Dark Goldenrod #AF7A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.8%

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

R = 58.53%
G = 40.8%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF7A02 (or 0xAF7A02) is known color: Dark Goldenrod. HEX triplet: AF, 7A and 02. RGB value is (175,122,2). Sum of RGB (Red+Green+Blue) = 175+122+2=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7A02 is #5085FD. Grayscale: #7C7C7C. Windows color (decimal): -5277182 or 162479. OLE color: 162479.

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

Color convert

RGB 175 122 2 -
CMYK 0 0.30 0.99 0.31
HSL 41.62º 0.98% 0.35% -
HSV(B) 41.62º 0.99% 0.69% -
XYZ 24.65 23.04 3.2 -
YUV 124.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 175 122 2 0 0.30 0.99 0.31 41.62 0.98 0.35
Hex AF 7A 2 0 1E 63 1F 2A 62 23
Octal 257 172 2 0 36 143 37 52 142 43
Binary 10101111 1111010 10 0 11110 1100011 11111 101010 1100010 100011

Color Harmonies of #AF7A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A02

Black with #AF7A02

Text Example


Text Example

White with #AF7A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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