Html Css Color HEX #AC9744 Turmeric

📋 copy color: '#AC9744'

red 172 ◦ green 151 ◦ blue 68

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

Shades of Turmeric #AC9744

Tints of Turmeric #AC9744

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

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

R = 43.99%
G = 38.62%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC9744 (or 0xAC9744) is known color: Turmeric. HEX triplet: AC, 97 and 44. RGB value is (172,151,68). Sum of RGB (Red+Green+Blue) = 172+151+68=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9744 is #5368BB. Grayscale: #949494. Windows color (decimal): -5466300 or 4495276. OLE color: 4495276.

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

Color convert

RGB 172 151 68 -
CMYK 0 0.12 0.60 0.33
HSL 47.88º 0.43% 0.47% -
HSV(B) 47.88º 0.6% 0.67% -
XYZ 29.12 31.32 9.98 -
YUV 147.82 82.96 145.25 -
System Red Green Blue C M Y K H S L
Decimal 172 151 68 0 0.12 0.60 0.33 47.88 0.43 0.47
Hex AC 97 44 0 C 3C 21 30 2B 2F
Octal 254 227 104 0 14 74 41 60 53 57
Binary 10101100 10010111 1000100 0 1100 111100 100001 110000 101011 101111

Color Harmonies of #AC9744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9744

Black with #AC9744

Text Example


Text Example

White with #AC9744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9744; }

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

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

background-color css

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

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

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

border-color css

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

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

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