Html Css Color HEX #AA9C7F Bronco

📋 copy color: '#AA9C7F'

red 170 ◦ green 156 ◦ blue 127

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

Shades of Bronco #AA9C7F

Tints of Bronco #AA9C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.44%

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

R = 37.53%
G = 34.44%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA9C7F (or 0xAA9C7F) is known color: Bronco. HEX triplet: AA, 9C and 7F. RGB value is (170,156,127). Sum of RGB (Red+Green+Blue) = 170+156+127=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C7F is #556380. Grayscale: #9D9D9D. Windows color (decimal): -5596033 or 8363178. OLE color: 8363178.

HSL color Cylindrical-coordinate representation of color #AA9C7F: hue angle of 40.47º 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 #AA9C7F is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 156 127 -
CMYK 0 0.08 0.25 0.33
HSL 40.47º 0.2% 0.58% -
HSV(B) 40.47º 0.25% 0.67% -
XYZ 32.3 33.86 24.91 -
YUV 156.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 170 156 127 0 0.08 0.25 0.33 40.47 0.2 0.58
Hex AA 9C 7F 0 8 19 21 28 14 3A
Octal 252 234 177 0 10 31 41 50 24 72
Binary 10101010 10011100 1111111 0 1000 11001 100001 101000 10100 111010

Color Harmonies of #AA9C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C7F

Black with #AA9C7F

Text Example


Text Example

White with #AA9C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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