Html Css Color HEX #A4693C Bourbon

📋 copy color: '#A4693C'

red 164 ◦ green 105 ◦ blue 60

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

Shades of Bourbon #A4693C

Tints of Bourbon #A4693C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 49.85%
G = 31.91%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4693C (or 0xA4693C) is known color: Bourbon. HEX triplet: A4, 69 and 3C. RGB value is (164,105,60). Sum of RGB (Red+Green+Blue) = 164+105+60=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4693C is #5B96C3. Grayscale: #757575. Windows color (decimal): -6002372 or 3959204. OLE color: 3959204.

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

Color convert

RGB 164 105 60 -
CMYK 0 0.36 0.63 0.36
HSL 25.96º 0.46% 0.44% -
HSV(B) 25.96º 0.63% 0.64% -
XYZ 21.18 18.32 6.7 -
YUV 117.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 164 105 60 0 0.36 0.63 0.36 25.96 0.46 0.44
Hex A4 69 3C 0 24 3F 24 1A 2E 2C
Octal 244 151 74 0 44 77 44 32 56 54
Binary 10100100 1101001 111100 0 100100 111111 100100 11010 101110 101100

Color Harmonies of #A4693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4693C

Black with #A4693C

Text Example


Text Example

White with #A4693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4693C; }

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

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

background-color css

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

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

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

border-color css

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

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

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