Html Css Color HEX #AC693D Bourbon

📋 copy color: '#AC693D'

red 172 ◦ green 105 ◦ blue 61

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

Shades of Bourbon #AC693D

Tints of Bourbon #AC693D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 50.89%
G = 31.07%
B = 18.05%

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

#AC693D (or 0xAC693D) is known color: Bourbon. HEX triplet: AC, 69 and 3D. RGB value is (172,105,61). Sum of RGB (Red+Green+Blue) = 172+105+61=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC693D is #5396C2. Grayscale: #787878. Windows color (decimal): -5478083 or 4024748. OLE color: 4024748.

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

Color convert

RGB 172 105 61 -
CMYK 0 0.39 0.65 0.33
HSL 23.78º 0.48% 0.46% -
HSV(B) 23.78º 0.65% 0.67% -
XYZ 22.91 19.21 6.92 -
YUV 120.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 172 105 61 0 0.39 0.65 0.33 23.78 0.48 0.46
Hex AC 69 3D 0 27 41 21 18 30 2E
Octal 254 151 75 0 47 101 41 30 60 56
Binary 10101100 1101001 111101 0 100111 1000001 100001 11000 110000 101110

Color Harmonies of #AC693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC693D

Black with #AC693D

Text Example


Text Example

White with #AC693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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