Html Css Color HEX #AC693B Bourbon

📋 copy color: '#AC693B'

red 172 ◦ green 105 ◦ blue 59

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

Shades of Bourbon #AC693B

Tints of Bourbon #AC693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 51.19%
G = 31.25%
B = 17.56%

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

#AC693B (or 0xAC693B) is known color: Bourbon. HEX triplet: AC, 69 and 3B. RGB value is (172,105,59). Sum of RGB (Red+Green+Blue) = 172+105+59=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC693B is #5396C4. Grayscale: #787878. Windows color (decimal): -5478085 or 3893676. OLE color: 3893676.

HSL color Cylindrical-coordinate representation of color #AC693B: hue angle of 24.42º degrees, saturation: 0.49, 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 #AC693B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 59 -
CMYK 0 0.39 0.66 0.33
HSL 24.42º 0.49% 0.45% -
HSV(B) 24.42º 0.66% 0.67% -
XYZ 22.85 19.19 6.64 -
YUV 119.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 172 105 59 0 0.39 0.66 0.33 24.42 0.49 0.45
Hex AC 69 3B 0 27 42 21 18 31 2D
Octal 254 151 73 0 47 102 41 30 61 55
Binary 10101100 1101001 111011 0 100111 1000010 100001 11000 110001 101101

Color Harmonies of #AC693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC693B

Black with #AC693B

Text Example


Text Example

White with #AC693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC693B; }

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

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

background-color css

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

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

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

border-color css

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

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

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