Html Css Color HEX #AA7B0C Dark Goldenrod

📋 copy color: '#AA7B0C'

red 170 ◦ green 123 ◦ blue 12

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

Shades of Dark Goldenrod #AA7B0C

Tints of Dark Goldenrod #AA7B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 55.74%
G = 40.33%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA7B0C (or 0xAA7B0C) is known color: Dark Goldenrod. HEX triplet: AA, 7B and 0C. RGB value is (170,123,12). Sum of RGB (Red+Green+Blue) = 170+123+12=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B0C is #5584F3. Grayscale: #7C7C7C. Windows color (decimal): -5604596 or 818090. OLE color: 818090.

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

Color convert

RGB 170 123 12 -
CMYK 0 0.28 0.93 0.33
HSL 42.15º 0.87% 0.36% -
HSV(B) 42.15º 0.93% 0.67% -
XYZ 23.73 22.74 3.49 -
YUV 124.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 170 123 12 0 0.28 0.93 0.33 42.15 0.87 0.36
Hex AA 7B C 0 1C 5D 21 2A 57 24
Octal 252 173 14 0 34 135 41 52 127 44
Binary 10101010 1111011 1100 0 11100 1011101 100001 101010 1010111 100100

Color Harmonies of #AA7B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B0C

Black with #AA7B0C

Text Example


Text Example

White with #AA7B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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