Html Css Color HEX #AC693A Bourbon

📋 copy color: '#AC693A'

red 172 ◦ green 105 ◦ blue 58

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

Shades of Bourbon #AC693A

Tints of Bourbon #AC693A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 51.34%
G = 31.34%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC693A (or 0xAC693A) is known color: Bourbon. HEX triplet: AC, 69 and 3A. RGB value is (172,105,58). Sum of RGB (Red+Green+Blue) = 172+105+58=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC693A is #5396C5. Grayscale: #777777. Windows color (decimal): -5478086 or 3828140. OLE color: 3828140.

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

Color convert

RGB 172 105 58 -
CMYK 0 0.39 0.66 0.33
HSL 24.74º 0.5% 0.45% -
HSV(B) 24.74º 0.66% 0.67% -
XYZ 22.83 19.18 6.5 -
YUV 119.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 172 105 58 0 0.39 0.66 0.33 24.74 0.5 0.45
Hex AC 69 3A 0 27 42 21 19 32 2D
Octal 254 151 72 0 47 102 41 31 62 55
Binary 10101100 1101001 111010 0 100111 1000010 100001 11001 110010 101101

Color Harmonies of #AC693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC693A

Black with #AC693A

Text Example


Text Example

White with #AC693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC693A; }

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

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

background-color css

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

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

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

border-color css

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

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

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