Html Css Color HEX #AB967A Bronco

📋 copy color: '#AB967A'

red 171 ◦ green 150 ◦ blue 122

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

Shades of Bronco #AB967A

Tints of Bronco #AB967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 38.6%
G = 33.86%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB967A (or 0xAB967A) is known color: Bronco. HEX triplet: AB, 96 and 7A. RGB value is (171,150,122). Sum of RGB (Red+Green+Blue) = 171+150+122=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB967A is #546985. Grayscale: #999999. Windows color (decimal): -5532038 or 8033963. OLE color: 8033963.

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

Color convert

RGB 171 150 122 -
CMYK 0 0.12 0.29 0.33
HSL 34.29º 0.23% 0.57% -
HSV(B) 34.29º 0.29% 0.67% -
XYZ 31.21 31.88 22.92 -
YUV 153.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 171 150 122 0 0.12 0.29 0.33 34.29 0.23 0.57
Hex AB 96 7A 0 C 1D 21 22 17 39
Octal 253 226 172 0 14 35 41 42 27 71
Binary 10101011 10010110 1111010 0 1100 11101 100001 100010 10111 111001

Color Harmonies of #AB967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB967A

Black with #AB967A

Text Example


Text Example

White with #AB967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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