Html Css Color HEX #AB9477 Bronco

📋 copy color: '#AB9477'

red 171 ◦ green 148 ◦ blue 119

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

Shades of Bronco #AB9477

Tints of Bronco #AB9477

RGB

 RED value IS 171 (67.19% from 255) = 39.04%

 GREEN value IS 148 (58.2% from 255) = 33.79%

 BLUE value IS 119 (46.88% from 255) = 27.17%

R = 39.04%
G = 33.79%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB9477 (or 0xAB9477) is known color: Bronco. HEX triplet: AB, 94 and 77. RGB value is (171,148,119). Sum of RGB (Red+Green+Blue) = 171+148+119=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9477 is #546B88. Grayscale: #979797. Windows color (decimal): -5532553 or 7836843. OLE color: 7836843.

HSL color Cylindrical-coordinate representation of color #AB9477: hue angle of 33.46º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9477 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 148 119 -
CMYK 0 0.13 0.30 0.33
HSL 33.46º 0.24% 0.57% -
HSV(B) 33.46º 0.3% 0.67% -
XYZ 30.71 31.17 21.85 -
YUV 151.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 171 148 119 0 0.13 0.30 0.33 33.46 0.24 0.57
Hex AB 94 77 0 D 1E 21 21 18 39
Octal 253 224 167 0 15 36 41 41 30 71
Binary 10101011 10010100 1110111 0 1101 11110 100001 100001 11000 111001

Color Harmonies of #AB9477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9477

Black with #AB9477

Text Example


Text Example

White with #AB9477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9477; }

 p { color: rgb(171,148,119); }

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

background-color css

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

 a { background-color: rgb(171,148,119); }

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

border-color css

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

 span { border-color: rgb(171,148,119); }

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