Html Css Color HEX #AB967C Bronco

📋 copy color: '#AB967C'

red 171 ◦ green 150 ◦ blue 124

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

Shades of Bronco #AB967C

Tints of Bronco #AB967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

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

R = 38.43%
G = 33.71%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB967C (or 0xAB967C) is known color: Bronco. HEX triplet: AB, 96 and 7C. RGB value is (171,150,124). Sum of RGB (Red+Green+Blue) = 171+150+124=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB967C is #546983. Grayscale: #999999. Windows color (decimal): -5532036 or 8165035. OLE color: 8165035.

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

Color convert

RGB 171 150 124 -
CMYK 0 0.12 0.27 0.33
HSL 33.19º 0.22% 0.58% -
HSV(B) 33.19º 0.27% 0.67% -
XYZ 31.34 31.93 23.58 -
YUV 153.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 171 150 124 0 0.12 0.27 0.33 33.19 0.22 0.58
Hex AB 96 7C 0 C 1B 21 21 16 3A
Octal 253 226 174 0 14 33 41 41 26 72
Binary 10101011 10010110 1111100 0 1100 11011 100001 100001 10110 111010

Color Harmonies of #AB967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB967C

Black with #AB967C

Text Example


Text Example

White with #AB967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB967C; }

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

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

background-color css

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

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

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

border-color css

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

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

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