Html Css Color HEX #AA9675 Bronco

📋 copy color: '#AA9675'

red 170 ◦ green 150 ◦ blue 117

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

Shades of Bronco #AA9675

Tints of Bronco #AA9675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 38.9%
G = 34.32%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA9675 (or 0xAA9675) is known color: Bronco. HEX triplet: AA, 96 and 75. RGB value is (170,150,117). Sum of RGB (Red+Green+Blue) = 170+150+117=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9675 is #55698A. Grayscale: #989898. Windows color (decimal): -5597579 or 7706282. OLE color: 7706282.

HSL color Cylindrical-coordinate representation of color #AA9675: hue angle of 37.36º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9675 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 150 117 -
CMYK 0 0.12 0.31 0.33
HSL 37.36º 0.24% 0.56% -
HSV(B) 37.36º 0.31% 0.67% -
XYZ 30.69 31.64 21.32 -
YUV 152.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 170 150 117 0 0.12 0.31 0.33 37.36 0.24 0.56
Hex AA 96 75 0 C 1F 21 25 18 38
Octal 252 226 165 0 14 37 41 45 30 70
Binary 10101010 10010110 1110101 0 1100 11111 100001 100101 11000 111000

Color Harmonies of #AA9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9675

Black with #AA9675

Text Example


Text Example

White with #AA9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9675; }

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

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

background-color css

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

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

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

border-color css

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

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

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