Html Css Color HEX #AB764C Bourbon

📋 copy color: '#AB764C'

red 171 ◦ green 118 ◦ blue 76

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

Shades of Bourbon #AB764C

Tints of Bourbon #AB764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 46.85%
G = 32.33%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB764C (or 0xAB764C) is known color: Bourbon. HEX triplet: AB, 76 and 4C. RGB value is (171,118,76). Sum of RGB (Red+Green+Blue) = 171+118+76=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB764C is #5489B3. Grayscale: #818181. Windows color (decimal): -5540276 or 5011115. OLE color: 5011115.

HSL color Cylindrical-coordinate representation of color #AB764C: hue angle of 26.53º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB764C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 76 -
CMYK 0 0.31 0.56 0.33
HSL 26.53º 0.38% 0.48% -
HSV(B) 26.53º 0.56% 0.67% -
XYZ 24.58 22.14 9.81 -
YUV 129.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 171 118 76 0 0.31 0.56 0.33 26.53 0.38 0.48
Hex AB 76 4C 0 1F 38 21 1B 26 30
Octal 253 166 114 0 37 70 41 33 46 60
Binary 10101011 1110110 1001100 0 11111 111000 100001 11011 100110 110000

Color Harmonies of #AB764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB764C

Black with #AB764C

Text Example


Text Example

White with #AB764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB764C; }

 p { color: rgb(171,118,76); }

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

background-color css

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

 a { background-color: rgb(171,118,76); }

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

border-color css

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

 span { border-color: rgb(171,118,76); }

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