Html Css Color HEX #AA967F Bronco

📋 copy color: '#AA967F'

red 170 ◦ green 150 ◦ blue 127

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

Shades of Bronco #AA967F

Tints of Bronco #AA967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.56%

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

R = 38.03%
G = 33.56%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA967F (or 0xAA967F) is known color: Bronco. HEX triplet: AA, 96 and 7F. RGB value is (170,150,127). Sum of RGB (Red+Green+Blue) = 170+150+127=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA967F is #556980. Grayscale: #999999. Windows color (decimal): -5597569 or 8361642. OLE color: 8361642.

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

Color convert

RGB 170 150 127 -
CMYK 0 0.12 0.25 0.33
HSL 32.09º 0.2% 0.58% -
HSV(B) 32.09º 0.25% 0.67% -
XYZ 31.31 31.89 24.58 -
YUV 153.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 170 150 127 0 0.12 0.25 0.33 32.09 0.2 0.58
Hex AA 96 7F 0 C 19 21 20 14 3A
Octal 252 226 177 0 14 31 41 40 24 72
Binary 10101010 10010110 1111111 0 1100 11001 100001 100000 10100 111010

Color Harmonies of #AA967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA967F

Black with #AA967F

Text Example


Text Example

White with #AA967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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