Html Css Color HEX #AB7640 Bourbon

📋 copy color: '#AB7640'

red 171 ◦ green 118 ◦ blue 64

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

Shades of Bourbon #AB7640

Tints of Bourbon #AB7640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 48.44%
G = 33.43%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB7640 (or 0xAB7640) is known color: Bourbon. HEX triplet: AB, 76 and 40. RGB value is (171,118,64). Sum of RGB (Red+Green+Blue) = 171+118+64=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7640 is #5489BF. Grayscale: #7F7F7F. Windows color (decimal): -5540288 or 4224683. OLE color: 4224683.

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

Color convert

RGB 171 118 64 -
CMYK 0 0.31 0.63 0.33
HSL 30.28º 0.46% 0.46% -
HSV(B) 30.28º 0.63% 0.67% -
XYZ 24.2 21.98 7.82 -
YUV 127.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 171 118 64 0 0.31 0.63 0.33 30.28 0.46 0.46
Hex AB 76 40 0 1F 3F 21 1E 2E 2E
Octal 253 166 100 0 37 77 41 36 56 56
Binary 10101011 1110110 1000000 0 11111 111111 100001 11110 101110 101110

Color Harmonies of #AB7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7640

Black with #AB7640

Text Example


Text Example

White with #AB7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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