Html Css Color HEX #A57242 Bourbon

📋 copy color: '#A57242'

red 165 ◦ green 114 ◦ blue 66

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

Shades of Bourbon #A57242

Tints of Bourbon #A57242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.04%

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

R = 47.83%
G = 33.04%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A57242 (or 0xA57242) is known color: Bourbon. HEX triplet: A5, 72 and 42. RGB value is (165,114,66). Sum of RGB (Red+Green+Blue) = 165+114+66=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A57242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57242 is #5A8DBD. Grayscale: #7C7C7C. Windows color (decimal): -5934526 or 4354725. OLE color: 4354725.

HSL color Cylindrical-coordinate representation of color #A57242: hue angle of 29.09º 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 #A57242 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 114 66 -
CMYK 0 0.31 0.60 0.35
HSL 29.09º 0.43% 0.45% -
HSV(B) 29.09º 0.6% 0.65% -
XYZ 22.52 20.43 7.91 -
YUV 123.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 165 114 66 0 0.31 0.60 0.35 29.09 0.43 0.45
Hex A5 72 42 0 1F 3C 23 1D 2B 2D
Octal 245 162 102 0 37 74 43 35 53 55
Binary 10100101 1110010 1000010 0 11111 111100 100011 11101 101011 101101

Color Harmonies of #A57242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57242

Black with #A57242

Text Example


Text Example

White with #A57242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57242; }

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

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

background-color css

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

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

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

border-color css

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

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

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