Html Css Color HEX #AB7345 Bourbon

📋 copy color: '#AB7345'

red 171 ◦ green 115 ◦ blue 69

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

Shades of Bourbon #AB7345

Tints of Bourbon #AB7345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 48.17%
G = 32.39%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB7345 (or 0xAB7345) is known color: Bourbon. HEX triplet: AB, 73 and 45. RGB value is (171,115,69). Sum of RGB (Red+Green+Blue) = 171+115+69=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7345 is #548CBA. Grayscale: #7E7E7E. Windows color (decimal): -5541051 or 4551595. OLE color: 4551595.

HSL color Cylindrical-coordinate representation of color #AB7345: hue angle of 27.06º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB7345 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 115 69 -
CMYK 0 0.33 0.60 0.33
HSL 27.06º 0.43% 0.47% -
HSV(B) 27.06º 0.6% 0.67% -
XYZ 24 21.35 8.49 -
YUV 126.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 171 115 69 0 0.33 0.60 0.33 27.06 0.43 0.47
Hex AB 73 45 0 21 3C 21 1B 2A 2F
Octal 253 163 105 0 41 74 41 33 52 57
Binary 10101011 1110011 1000101 0 100001 111100 100001 11011 101010 101111

Color Harmonies of #AB7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7345

Black with #AB7345

Text Example


Text Example

White with #AB7345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7345; }

 p { color: rgb(171,115,69); }

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

background-color css

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

 a { background-color: rgb(171,115,69); }

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

border-color css

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

 span { border-color: rgb(171,115,69); }

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