Html Css Color HEX #A67542 Bourbon

📋 copy color: '#A67542'

red 166 ◦ green 117 ◦ blue 66

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

Shades of Bourbon #A67542

Tints of Bourbon #A67542

RGB

 RED value IS 166 (65.23% from 255) = 47.56%

 GREEN value IS 117 (46.09% from 255) = 33.52%

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

R = 47.56%
G = 33.52%
B = 18.91%

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

#A67542 (or 0xA67542) is known color: Bourbon. HEX triplet: A6, 75 and 42. RGB value is (166,117,66). Sum of RGB (Red+Green+Blue) = 166+117+66=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A67542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67542 is #598ABD. Grayscale: #7E7E7E. Windows color (decimal): -5868222 or 4355494. OLE color: 4355494.

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

Color convert

RGB 166 117 66 -
CMYK 0 0.30 0.60 0.35
HSL 30.6º 0.43% 0.45% -
HSV(B) 30.6º 0.6% 0.65% -
XYZ 23.07 21.22 8.03 -
YUV 125.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 166 117 66 0 0.30 0.60 0.35 30.6 0.43 0.45
Hex A6 75 42 0 1E 3C 23 1F 2B 2D
Octal 246 165 102 0 36 74 43 37 53 55
Binary 10100110 1110101 1000010 0 11110 111100 100011 11111 101011 101101

Color Harmonies of #A67542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67542

Black with #A67542

Text Example


Text Example

White with #A67542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67542; }

 p { color: rgb(166,117,66); }

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

background-color css

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

 a { background-color: rgb(166,117,66); }

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

border-color css

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

 span { border-color: rgb(166,117,66); }

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