Html Css Color HEX #AC653A Bourbon

📋 copy color: '#AC653A'

red 172 ◦ green 101 ◦ blue 58

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

Shades of Bourbon #AC653A

Tints of Bourbon #AC653A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

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

R = 51.96%
G = 30.51%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC653A (or 0xAC653A) is known color: Bourbon. HEX triplet: AC, 65 and 3A. RGB value is (172,101,58). Sum of RGB (Red+Green+Blue) = 172+101+58=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC653A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC653A is #539AC5. Grayscale: #757575. Windows color (decimal): -5479110 or 3827116. OLE color: 3827116.

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

Color convert

RGB 172 101 58 -
CMYK 0 0.41 0.66 0.33
HSL 22.63º 0.5% 0.45% -
HSV(B) 22.63º 0.66% 0.67% -
XYZ 22.43 18.38 6.37 -
YUV 117.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 172 101 58 0 0.41 0.66 0.33 22.63 0.5 0.45
Hex AC 65 3A 0 29 42 21 17 32 2D
Octal 254 145 72 0 51 102 41 27 62 55
Binary 10101100 1100101 111010 0 101001 1000010 100001 10111 110010 101101

Color Harmonies of #AC653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC653A

Black with #AC653A

Text Example


Text Example

White with #AC653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC653A; }

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

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

background-color css

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

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

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

border-color css

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

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

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