Html Css Color HEX #AB9478 Bronco

📋 copy color: '#AB9478'

red 171 ◦ green 148 ◦ blue 120

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

Shades of Bronco #AB9478

Tints of Bronco #AB9478

RGB

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

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

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

R = 38.95%
G = 33.71%
B = 27.33%

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

#AB9478 (or 0xAB9478) is known color: Bronco. HEX triplet: AB, 94 and 78. RGB value is (171,148,120). Sum of RGB (Red+Green+Blue) = 171+148+120=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9478 is #546B87. Grayscale: #979797. Windows color (decimal): -5532552 or 7902379. OLE color: 7902379.

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

Color convert

RGB 171 148 120 -
CMYK 0 0.13 0.30 0.33
HSL 32.94º 0.23% 0.57% -
HSV(B) 32.94º 0.3% 0.67% -
XYZ 30.77 31.19 22.17 -
YUV 151.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 171 148 120 0 0.13 0.30 0.33 32.94 0.23 0.57
Hex AB 94 78 0 D 1E 21 21 17 39
Octal 253 224 170 0 15 36 41 41 27 71
Binary 10101011 10010100 1111000 0 1101 11110 100001 100001 10111 111001

Color Harmonies of #AB9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9478

Black with #AB9478

Text Example


Text Example

White with #AB9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9478; }

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

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

background-color css

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

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

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

border-color css

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

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

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