Html Css Color HEX #A57142 Bourbon

📋 copy color: '#A57142'

red 165 ◦ green 113 ◦ blue 66

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

Shades of Bourbon #A57142

Tints of Bourbon #A57142

RGB

 RED value IS 165 (64.84% from 255) = 47.97%

 GREEN value IS 113 (44.53% from 255) = 32.85%

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 47.97%
G = 32.85%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A57142 (or 0xA57142) is known color: Bourbon. HEX triplet: A5, 71 and 42. RGB value is (165,113,66). Sum of RGB (Red+Green+Blue) = 165+113+66=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A57142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57142 is #5A8EBD. Grayscale: #7B7B7B. Windows color (decimal): -5934782 or 4354469. OLE color: 4354469.

HSL color Cylindrical-coordinate representation of color #A57142: hue angle of 28.48º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A57142 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 66 -
CMYK 0 0.32 0.60 0.35
HSL 28.48º 0.43% 0.45% -
HSV(B) 28.48º 0.6% 0.65% -
XYZ 22.41 20.2 7.87 -
YUV 123.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 165 113 66 0 0.32 0.60 0.35 28.48 0.43 0.45
Hex A5 71 42 0 20 3C 23 1C 2B 2D
Octal 245 161 102 0 40 74 43 34 53 55
Binary 10100101 1110001 1000010 0 100000 111100 100011 11100 101011 101101

Color Harmonies of #A57142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57142

Black with #A57142

Text Example


Text Example

White with #A57142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57142; }

 p { color: rgb(165,113,66); }

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

background-color css

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

 a { background-color: rgb(165,113,66); }

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

border-color css

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

 span { border-color: rgb(165,113,66); }

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