Html Css Color HEX #AA7308 Dark Goldenrod

📋 copy color: '#AA7308'

red 170 ◦ green 115 ◦ blue 8

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

Shades of Dark Goldenrod #AA7308

Tints of Dark Goldenrod #AA7308

RGB

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

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

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

R = 58.02%
G = 39.25%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA7308 (or 0xAA7308) is known color: Dark Goldenrod. HEX triplet: AA, 73 and 08. RGB value is (170,115,8). Sum of RGB (Red+Green+Blue) = 170+115+8=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7308 is #558CF7. Grayscale: #777777. Windows color (decimal): -5606648 or 553898. OLE color: 553898.

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

Color convert

RGB 170 115 8 -
CMYK 0 0.32 0.95 0.33
HSL 39.63º 0.91% 0.35% -
HSV(B) 39.63º 0.95% 0.67% -
XYZ 22.75 20.83 3.05 -
YUV 119.25 65.22 164.2 -
System Red Green Blue C M Y K H S L
Decimal 170 115 8 0 0.32 0.95 0.33 39.63 0.91 0.35
Hex AA 73 8 0 20 5F 21 28 5B 23
Octal 252 163 10 0 40 137 41 50 133 43
Binary 10101010 1110011 1000 0 100000 1011111 100001 101000 1011011 100011

Color Harmonies of #AA7308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7308

Black with #AA7308

Text Example


Text Example

White with #AA7308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7308; }

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

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

background-color css

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

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

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

border-color css

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

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

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