Html Css Color HEX #AB9780 Bronco

📋 copy color: '#AB9780'

red 171 ◦ green 151 ◦ blue 128

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

Shades of Bronco #AB9780

Tints of Bronco #AB9780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 38%
G = 33.56%
B = 28.44%

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

#AB9780 (or 0xAB9780) is known color: Bronco. HEX triplet: AB, 97 and 80. RGB value is (171,151,128). Sum of RGB (Red+Green+Blue) = 171+151+128=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9780 is #54687F. Grayscale: #9A9A9A. Windows color (decimal): -5531776 or 8427435. OLE color: 8427435.

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

Color convert

RGB 171 151 128 -
CMYK 0 0.12 0.25 0.33
HSL 32.09º 0.2% 0.59% -
HSV(B) 32.09º 0.25% 0.67% -
XYZ 31.76 32.35 24.99 -
YUV 154.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 171 151 128 0 0.12 0.25 0.33 32.09 0.2 0.59
Hex AB 97 80 0 C 19 21 20 14 3B
Octal 253 227 200 0 14 31 41 40 24 73
Binary 10101011 10010111 10000000 0 1100 11001 100001 100000 10100 111011

Color Harmonies of #AB9780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9780

Black with #AB9780

Text Example


Text Example

White with #AB9780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9780; }

 p { color: rgb(171,151,128); }

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

background-color css

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

 a { background-color: rgb(171,151,128); }

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

border-color css

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

 span { border-color: rgb(171,151,128); }

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