Html Css Color HEX #AB9B7C Bronco

📋 copy color: '#AB9B7C'

red 171 ◦ green 155 ◦ blue 124

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

Shades of Bronco #AB9B7C

Tints of Bronco #AB9B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.44%

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 38%
G = 34.44%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB9B7C (or 0xAB9B7C) is known color: Bronco. HEX triplet: AB, 9B and 7C. RGB value is (171,155,124). Sum of RGB (Red+Green+Blue) = 171+155+124=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B7C is #546483. Grayscale: #9C9C9C. Windows color (decimal): -5530756 or 8166315. OLE color: 8166315.

HSL color Cylindrical-coordinate representation of color #AB9B7C: hue angle of 39.57º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB9B7C is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 155 124 -
CMYK 0 0.09 0.27 0.33
HSL 39.57º 0.22% 0.58% -
HSV(B) 39.57º 0.27% 0.67% -
XYZ 32.15 33.56 23.85 -
YUV 156.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 171 155 124 0 0.09 0.27 0.33 39.57 0.22 0.58
Hex AB 9B 7C 0 9 1B 21 28 16 3A
Octal 253 233 174 0 11 33 41 50 26 72
Binary 10101011 10011011 1111100 0 1001 11011 100001 101000 10110 111010

Color Harmonies of #AB9B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B7C

Black with #AB9B7C

Text Example


Text Example

White with #AB9B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B7C; }

 p { color: rgb(171,155,124); }

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

background-color css

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

 a { background-color: rgb(171,155,124); }

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

border-color css

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

 span { border-color: rgb(171,155,124); }

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