Html Css Color HEX #AA7B13 Dark Goldenrod

📋 copy color: '#AA7B13'

red 170 ◦ green 123 ◦ blue 19

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

Shades of Dark Goldenrod #AA7B13

Tints of Dark Goldenrod #AA7B13

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.42%

 BLUE value IS 19 (7.81% from 255) = 6.09%

R = 54.49%
G = 39.42%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA7B13 (or 0xAA7B13) is known color: Dark Goldenrod. HEX triplet: AA, 7B and 13. RGB value is (170,123,19). Sum of RGB (Red+Green+Blue) = 170+123+19=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B13 is #5584EC. Grayscale: #7D7D7D. Windows color (decimal): -5604589 or 1276842. OLE color: 1276842.

HSL color Cylindrical-coordinate representation of color #AA7B13: hue angle of 41.32º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA7B13 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 123 19 -
CMYK 0 0.28 0.89 0.33
HSL 41.32º 0.8% 0.37% -
HSV(B) 41.32º 0.89% 0.67% -
XYZ 23.78 22.76 3.76 -
YUV 125.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 170 123 19 0 0.28 0.89 0.33 41.32 0.8 0.37
Hex AA 7B 13 0 1C 59 21 29 50 25
Octal 252 173 23 0 34 131 41 51 120 45
Binary 10101010 1111011 10011 0 11100 1011001 100001 101001 1010000 100101

Color Harmonies of #AA7B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B13

Black with #AA7B13

Text Example


Text Example

White with #AA7B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B13; }

 p { color: rgb(170,123,19); }

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

background-color css

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

 a { background-color: rgb(170,123,19); }

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

border-color css

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

 span { border-color: rgb(170,123,19); }

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