Html Css Color HEX #A4693E Bourbon

📋 copy color: '#A4693E'

red 164 ◦ green 105 ◦ blue 62

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

Shades of Bourbon #A4693E

Tints of Bourbon #A4693E

RGB

 RED value IS 164 (64.45% from 255) = 49.55%

 GREEN value IS 105 (41.41% from 255) = 31.72%

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 49.55%
G = 31.72%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4693E (or 0xA4693E) is known color: Bourbon. HEX triplet: A4, 69 and 3E. RGB value is (164,105,62). Sum of RGB (Red+Green+Blue) = 164+105+62=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A4693E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4693E is #5B96C1. Grayscale: #757575. Windows color (decimal): -6002370 or 4090276. OLE color: 4090276.

HSL color Cylindrical-coordinate representation of color #A4693E: hue angle of 25.29º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4693E is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 62 -
CMYK 0 0.36 0.62 0.36
HSL 25.29º 0.45% 0.44% -
HSV(B) 25.29º 0.62% 0.64% -
XYZ 21.23 18.34 6.98 -
YUV 117.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 164 105 62 0 0.36 0.62 0.36 25.29 0.45 0.44
Hex A4 69 3E 0 24 3E 24 19 2D 2C
Octal 244 151 76 0 44 76 44 31 55 54
Binary 10100100 1101001 111110 0 100100 111110 100100 11001 101101 101100

Color Harmonies of #A4693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4693E

Black with #A4693E

Text Example


Text Example

White with #A4693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4693E; }

 p { color: rgb(164,105,62); }

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

background-color css

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

 a { background-color: rgb(164,105,62); }

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

border-color css

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

 span { border-color: rgb(164,105,62); }

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