Html Css Color HEX #AC6F44 Bourbon

📋 copy color: '#AC6F44'

red 172 ◦ green 111 ◦ blue 68

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

Shades of Bourbon #AC6F44

Tints of Bourbon #AC6F44

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 49%
G = 31.62%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC6F44 (or 0xAC6F44) is known color: Bourbon. HEX triplet: AC, 6F and 44. RGB value is (172,111,68). Sum of RGB (Red+Green+Blue) = 172+111+68=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F44 is #5390BB. Grayscale: #7C7C7C. Windows color (decimal): -5476540 or 4485036. OLE color: 4485036.

HSL color Cylindrical-coordinate representation of color #AC6F44: hue angle of 24.81º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC6F44 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 111 68 -
CMYK 0 0.35 0.60 0.33
HSL 24.81º 0.43% 0.47% -
HSV(B) 24.81º 0.6% 0.67% -
XYZ 23.74 20.56 8.19 -
YUV 124.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 172 111 68 0 0.35 0.60 0.33 24.81 0.43 0.47
Hex AC 6F 44 0 23 3C 21 19 2B 2F
Octal 254 157 104 0 43 74 41 31 53 57
Binary 10101100 1101111 1000100 0 100011 111100 100001 11001 101011 101111

Color Harmonies of #AC6F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6F44

Black with #AC6F44

Text Example


Text Example

White with #AC6F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6F44; }

 p { color: rgb(172,111,68); }

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

background-color css

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

 a { background-color: rgb(172,111,68); }

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

border-color css

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

 span { border-color: rgb(172,111,68); }

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