Html Css Color HEX #A57442 Bourbon

📋 copy color: '#A57442'

red 165 ◦ green 116 ◦ blue 66

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

Shades of Bourbon #A57442

Tints of Bourbon #A57442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

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

R = 47.55%
G = 33.43%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A57442 (or 0xA57442) is known color: Bourbon. HEX triplet: A5, 74 and 42. RGB value is (165,116,66). Sum of RGB (Red+Green+Blue) = 165+116+66=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A57442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57442 is #5A8BBD. Grayscale: #7D7D7D. Windows color (decimal): -5934014 or 4355237. OLE color: 4355237.

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

Color convert

RGB 165 116 66 -
CMYK 0 0.30 0.60 0.35
HSL 30.3º 0.43% 0.45% -
HSV(B) 30.3º 0.6% 0.65% -
XYZ 22.75 20.88 7.99 -
YUV 124.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 165 116 66 0 0.30 0.60 0.35 30.3 0.43 0.45
Hex A5 74 42 0 1E 3C 23 1E 2B 2D
Octal 245 164 102 0 36 74 43 36 53 55
Binary 10100101 1110100 1000010 0 11110 111100 100011 11110 101011 101101

Color Harmonies of #A57442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57442

Black with #A57442

Text Example


Text Example

White with #A57442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57442; }

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

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

background-color css

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

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

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

border-color css

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

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

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