Html Css Color HEX #A77742 Bourbon

📋 copy color: '#A77742'

red 167 ◦ green 119 ◦ blue 66

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

Shades of Bourbon #A77742

Tints of Bourbon #A77742

RGB

 RED value IS 167 (65.63% from 255) = 47.44%

 GREEN value IS 119 (46.88% from 255) = 33.81%

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

R = 47.44%
G = 33.81%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A77742 (or 0xA77742) is known color: Bourbon. HEX triplet: A7, 77 and 42. RGB value is (167,119,66). Sum of RGB (Red+Green+Blue) = 167+119+66=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A77742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77742 is #5888BD. Grayscale: #7F7F7F. Windows color (decimal): -5802174 or 4356007. OLE color: 4356007.

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

Color convert

RGB 167 119 66 -
CMYK 0 0.29 0.60 0.35
HSL 31.49º 0.43% 0.46% -
HSV(B) 31.49º 0.6% 0.65% -
XYZ 23.52 21.8 8.12 -
YUV 127.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 167 119 66 0 0.29 0.60 0.35 31.49 0.43 0.46
Hex A7 77 42 0 1D 3C 23 1F 2B 2E
Octal 247 167 102 0 35 74 43 37 53 56
Binary 10100111 1110111 1000010 0 11101 111100 100011 11111 101011 101110

Color Harmonies of #A77742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77742

Black with #A77742

Text Example


Text Example

White with #A77742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77742; }

 p { color: rgb(167,119,66); }

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

background-color css

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

 a { background-color: rgb(167,119,66); }

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

border-color css

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

 span { border-color: rgb(167,119,66); }

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