Html Css Color HEX #AB967B Bronco

📋 copy color: '#AB967B'

red 171 ◦ green 150 ◦ blue 123

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

Shades of Bronco #AB967B

Tints of Bronco #AB967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 38.51%
G = 33.78%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB967B (or 0xAB967B) is known color: Bronco. HEX triplet: AB, 96 and 7B. RGB value is (171,150,123). Sum of RGB (Red+Green+Blue) = 171+150+123=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB967B is #546984. Grayscale: #999999. Windows color (decimal): -5532037 or 8099499. OLE color: 8099499.

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

Color convert

RGB 171 150 123 -
CMYK 0 0.12 0.28 0.33
HSL 33.75º 0.22% 0.58% -
HSV(B) 33.75º 0.28% 0.67% -
XYZ 31.28 31.9 23.25 -
YUV 153.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 171 150 123 0 0.12 0.28 0.33 33.75 0.22 0.58
Hex AB 96 7B 0 C 1C 21 22 16 3A
Octal 253 226 173 0 14 34 41 42 26 72
Binary 10101011 10010110 1111011 0 1100 11100 100001 100010 10110 111010

Color Harmonies of #AB967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB967B

Black with #AB967B

Text Example


Text Example

White with #AB967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB967B; }

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

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

background-color css

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

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

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

border-color css

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

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

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