Html Css Color HEX #AA7B0F Dark Goldenrod

📋 copy color: '#AA7B0F'

red 170 ◦ green 123 ◦ blue 15

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

Shades of Dark Goldenrod #AA7B0F

Tints of Dark Goldenrod #AA7B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 55.19%
G = 39.94%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA7B0F (or 0xAA7B0F) is known color: Dark Goldenrod. HEX triplet: AA, 7B and 0F. RGB value is (170,123,15). Sum of RGB (Red+Green+Blue) = 170+123+15=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B0F is #5584F0. Grayscale: #7D7D7D. Windows color (decimal): -5604593 or 1014698. OLE color: 1014698.

HSL color Cylindrical-coordinate representation of color #AA7B0F: hue angle of 41.81º degrees, saturation: 0.84, 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 #AA7B0F is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 123 15 -
CMYK 0 0.28 0.91 0.33
HSL 41.81º 0.84% 0.36% -
HSV(B) 41.81º 0.91% 0.67% -
XYZ 23.75 22.75 3.59 -
YUV 124.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 170 123 15 0 0.28 0.91 0.33 41.81 0.84 0.36
Hex AA 7B F 0 1C 5B 21 2A 54 24
Octal 252 173 17 0 34 133 41 52 124 44
Binary 10101010 1111011 1111 0 11100 1011011 100001 101010 1010100 100100

Color Harmonies of #AA7B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B0F

Black with #AA7B0F

Text Example


Text Example

White with #AA7B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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