Html Css Color HEX #AA977F Bronco

📋 copy color: '#AA977F'

red 170 ◦ green 151 ◦ blue 127

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

Shades of Bronco #AA977F

Tints of Bronco #AA977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.71%

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

R = 37.95%
G = 33.71%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA977F (or 0xAA977F) is known color: Bronco. HEX triplet: AA, 97 and 7F. RGB value is (170,151,127). Sum of RGB (Red+Green+Blue) = 170+151+127=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA977F is #556880. Grayscale: #9A9A9A. Windows color (decimal): -5597313 or 8361898. OLE color: 8361898.

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

Color convert

RGB 170 151 127 -
CMYK 0 0.11 0.25 0.33
HSL 33.49º 0.2% 0.58% -
HSV(B) 33.49º 0.25% 0.67% -
XYZ 31.47 32.21 24.64 -
YUV 153.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 170 151 127 0 0.11 0.25 0.33 33.49 0.2 0.58
Hex AA 97 7F 0 B 19 21 21 14 3A
Octal 252 227 177 0 13 31 41 41 24 72
Binary 10101010 10010111 1111111 0 1011 11001 100001 100001 10100 111010

Color Harmonies of #AA977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA977F

Black with #AA977F

Text Example


Text Example

White with #AA977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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