Html Css Color HEX #AC9345 Turmeric

📋 copy color: '#AC9345'

red 172 ◦ green 147 ◦ blue 69

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

Shades of Turmeric #AC9345

Tints of Turmeric #AC9345

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 44.33%
G = 37.89%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC9345 (or 0xAC9345) is known color: Turmeric. HEX triplet: AC, 93 and 45. RGB value is (172,147,69). Sum of RGB (Red+Green+Blue) = 172+147+69=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9345 is #536CBA. Grayscale: #919191. Windows color (decimal): -5467323 or 4559788. OLE color: 4559788.

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

Color convert

RGB 172 147 69 -
CMYK 0 0.15 0.60 0.33
HSL 45.44º 0.43% 0.47% -
HSV(B) 45.44º 0.6% 0.67% -
XYZ 28.52 30.07 9.93 -
YUV 145.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 172 147 69 0 0.15 0.60 0.33 45.44 0.43 0.47
Hex AC 93 45 0 F 3C 21 2D 2B 2F
Octal 254 223 105 0 17 74 41 55 53 57
Binary 10101100 10010011 1000101 0 1111 111100 100001 101101 101011 101111

Color Harmonies of #AC9345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9345

Black with #AC9345

Text Example


Text Example

White with #AC9345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9345; }

 p { color: rgb(172,147,69); }

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

background-color css

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

 a { background-color: rgb(172,147,69); }

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

border-color css

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

 span { border-color: rgb(172,147,69); }

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