Html Css Color HEX #AC6338 Bourbon

📋 copy color: '#AC6338'

red 172 ◦ green 99 ◦ blue 56

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

Shades of Bourbon #AC6338

Tints of Bourbon #AC6338

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 52.6%
G = 30.28%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC6338 (or 0xAC6338) is known color: Bourbon. HEX triplet: AC, 63 and 38. RGB value is (172,99,56). Sum of RGB (Red+Green+Blue) = 172+99+56=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6338 is #539CC7. Grayscale: #747474. Windows color (decimal): -5479624 or 3695532. OLE color: 3695532.

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

Color convert

RGB 172 99 56 -
CMYK 0 0.42 0.67 0.33
HSL 22.24º 0.51% 0.45% -
HSV(B) 22.24º 0.67% 0.67% -
XYZ 22.19 17.98 6.04 -
YUV 115.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 172 99 56 0 0.42 0.67 0.33 22.24 0.51 0.45
Hex AC 63 38 0 2A 43 21 16 33 2D
Octal 254 143 70 0 52 103 41 26 63 55
Binary 10101100 1100011 111000 0 101010 1000011 100001 10110 110011 101101

Color Harmonies of #AC6338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6338

Black with #AC6338

Text Example


Text Example

White with #AC6338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6338; }

 p { color: rgb(172,99,56); }

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

background-color css

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

 a { background-color: rgb(172,99,56); }

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

border-color css

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

 span { border-color: rgb(172,99,56); }

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