Html Css Color HEX #AA7908 Dark Goldenrod

📋 copy color: '#AA7908'

red 170 ◦ green 121 ◦ blue 8

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

Shades of Dark Goldenrod #AA7908

Tints of Dark Goldenrod #AA7908

RGB

 RED value IS 170 (66.8% from 255) = 56.86%

 GREEN value IS 121 (47.66% from 255) = 40.47%

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 56.86%
G = 40.47%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA7908 (or 0xAA7908) is known color: Dark Goldenrod. HEX triplet: AA, 79 and 08. RGB value is (170,121,8). Sum of RGB (Red+Green+Blue) = 170+121+8=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7908 is #5586F7. Grayscale: #7B7B7B. Windows color (decimal): -5605112 or 555434. OLE color: 555434.

HSL color Cylindrical-coordinate representation of color #AA7908: hue angle of 41.85º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA7908 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 121 8 -
CMYK 0 0.29 0.95 0.33
HSL 41.85º 0.91% 0.35% -
HSV(B) 41.85º 0.95% 0.67% -
XYZ 23.46 22.24 3.29 -
YUV 122.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 170 121 8 0 0.29 0.95 0.33 41.85 0.91 0.35
Hex AA 79 8 0 1D 5F 21 2A 5B 23
Octal 252 171 10 0 35 137 41 52 133 43
Binary 10101010 1111001 1000 0 11101 1011111 100001 101010 1011011 100011

Color Harmonies of #AA7908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7908

Black with #AA7908

Text Example


Text Example

White with #AA7908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7908; }

 p { color: rgb(170,121,8); }

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

background-color css

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

 a { background-color: rgb(170,121,8); }

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

border-color css

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

 span { border-color: rgb(170,121,8); }

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