Html Css Color HEX #AA7910 Dark Goldenrod

📋 copy color: '#AA7910'

red 170 ◦ green 121 ◦ blue 16

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

Shades of Dark Goldenrod #AA7910

Tints of Dark Goldenrod #AA7910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 55.37%
G = 39.41%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA7910 (or 0xAA7910) is known color: Dark Goldenrod. HEX triplet: AA, 79 and 10. RGB value is (170,121,16). Sum of RGB (Red+Green+Blue) = 170+121+16=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7910 is #5586EF. Grayscale: #7C7C7C. Windows color (decimal): -5605104 or 1079722. OLE color: 1079722.

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

Color convert

RGB 170 121 16 -
CMYK 0 0.29 0.91 0.33
HSL 40.91º 0.83% 0.36% -
HSV(B) 40.91º 0.91% 0.67% -
XYZ 23.51 22.26 3.55 -
YUV 123.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 170 121 16 0 0.29 0.91 0.33 40.91 0.83 0.36
Hex AA 79 10 0 1D 5B 21 29 53 24
Octal 252 171 20 0 35 133 41 51 123 44
Binary 10101010 1111001 10000 0 11101 1011011 100001 101001 1010011 100100

Color Harmonies of #AA7910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7910

Black with #AA7910

Text Example


Text Example

White with #AA7910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7910; }

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

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

background-color css

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

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

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

border-color css

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

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

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