Html Css Color HEX #AC9344 Turmeric

📋 copy color: '#AC9344'

red 172 ◦ green 147 ◦ blue 68

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

Shades of Turmeric #AC9344

Tints of Turmeric #AC9344

RGB

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

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

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

R = 44.44%
G = 37.98%
B = 17.57%

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

#AC9344 (or 0xAC9344) is known color: Turmeric. HEX triplet: AC, 93 and 44. RGB value is (172,147,68). Sum of RGB (Red+Green+Blue) = 172+147+68=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9344 is #536CBB. Grayscale: #919191. Windows color (decimal): -5467324 or 4494252. OLE color: 4494252.

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

Color convert

RGB 172 147 68 -
CMYK 0 0.15 0.60 0.33
HSL 45.58º 0.43% 0.47% -
HSV(B) 45.58º 0.6% 0.67% -
XYZ 28.49 30.06 9.77 -
YUV 145.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 172 147 68 0 0.15 0.60 0.33 45.58 0.43 0.47
Hex AC 93 44 0 F 3C 21 2E 2B 2F
Octal 254 223 104 0 17 74 41 56 53 57
Binary 10101100 10010011 1000100 0 1111 111100 100001 101110 101011 101111

Color Harmonies of #AC9344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9344

Black with #AC9344

Text Example


Text Example

White with #AC9344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9344; }

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

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

background-color css

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

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

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

border-color css

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

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

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