Html Css Color HEX #AA9A7F Bronco

📋 copy color: '#AA9A7F'

red 170 ◦ green 154 ◦ blue 127

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

Shades of Bronco #AA9A7F

Tints of Bronco #AA9A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

 BLUE value IS 127 (50% from 255) = 28.16%

R = 37.69%
G = 34.15%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA9A7F (or 0xAA9A7F) is known color: Bronco. HEX triplet: AA, 9A and 7F. RGB value is (170,154,127). Sum of RGB (Red+Green+Blue) = 170+154+127=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A7F is #556580. Grayscale: #9B9B9B. Windows color (decimal): -5596545 or 8362666. OLE color: 8362666.

HSL color Cylindrical-coordinate representation of color #AA9A7F: hue angle of 37.67º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9A7F is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 154 127 -
CMYK 0 0.09 0.25 0.33
HSL 37.67º 0.2% 0.58% -
HSV(B) 37.67º 0.25% 0.67% -
XYZ 31.96 33.19 24.8 -
YUV 155.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 170 154 127 0 0.09 0.25 0.33 37.67 0.2 0.58
Hex AA 9A 7F 0 9 19 21 26 14 3A
Octal 252 232 177 0 11 31 41 46 24 72
Binary 10101010 10011010 1111111 0 1001 11001 100001 100110 10100 111010

Color Harmonies of #AA9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A7F

Black with #AA9A7F

Text Example


Text Example

White with #AA9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A7F; }

 p { color: rgb(170,154,127); }

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

background-color css

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

 a { background-color: rgb(170,154,127); }

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

border-color css

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

 span { border-color: rgb(170,154,127); }

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