Html Css Color HEX #AC693C Bourbon

📋 copy color: '#AC693C'

red 172 ◦ green 105 ◦ blue 60

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

Shades of Bourbon #AC693C

Tints of Bourbon #AC693C

RGB

 RED value IS 172 (67.58% from 255) = 51.04%

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

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

R = 51.04%
G = 31.16%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC693C (or 0xAC693C) is known color: Bourbon. HEX triplet: AC, 69 and 3C. RGB value is (172,105,60). Sum of RGB (Red+Green+Blue) = 172+105+60=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC693C is #5396C3. Grayscale: #787878. Windows color (decimal): -5478084 or 3959212. OLE color: 3959212.

HSL color Cylindrical-coordinate representation of color #AC693C: hue angle of 24.11º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC693C is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 60 -
CMYK 0 0.39 0.65 0.33
HSL 24.11º 0.48% 0.45% -
HSV(B) 24.11º 0.65% 0.67% -
XYZ 22.88 19.2 6.78 -
YUV 119.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 172 105 60 0 0.39 0.65 0.33 24.11 0.48 0.45
Hex AC 69 3C 0 27 41 21 18 30 2D
Octal 254 151 74 0 47 101 41 30 60 55
Binary 10101100 1101001 111100 0 100111 1000001 100001 11000 110000 101101

Color Harmonies of #AC693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC693C

Black with #AC693C

Text Example


Text Example

White with #AC693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC693C; }

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

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

background-color css

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

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

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

border-color css

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

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

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