Html Css Color HEX #AB9978 Bronco

📋 copy color: '#AB9978'

red 171 ◦ green 153 ◦ blue 120

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

Shades of Bronco #AB9978

Tints of Bronco #AB9978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 38.51%
G = 34.46%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB9978 (or 0xAB9978) is known color: Bronco. HEX triplet: AB, 99 and 78. RGB value is (171,153,120). Sum of RGB (Red+Green+Blue) = 171+153+120=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9978 is #546687. Grayscale: #9A9A9A. Windows color (decimal): -5531272 or 7903659. OLE color: 7903659.

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

Color convert

RGB 171 153 120 -
CMYK 0 0.11 0.30 0.33
HSL 38.82º 0.23% 0.57% -
HSV(B) 38.82º 0.3% 0.67% -
XYZ 31.58 32.8 22.44 -
YUV 154.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 171 153 120 0 0.11 0.30 0.33 38.82 0.23 0.57
Hex AB 99 78 0 B 1E 21 27 17 39
Octal 253 231 170 0 13 36 41 47 27 71
Binary 10101011 10011001 1111000 0 1011 11110 100001 100111 10111 111001

Color Harmonies of #AB9978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9978

Black with #AB9978

Text Example


Text Example

White with #AB9978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9978; }

 p { color: rgb(171,153,120); }

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

background-color css

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

 a { background-color: rgb(171,153,120); }

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

border-color css

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

 span { border-color: rgb(171,153,120); }

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