Html Css Color HEX #AC904C Turmeric

📋 copy color: '#AC904C'

red 172 ◦ green 144 ◦ blue 76

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

Shades of Turmeric #AC904C

Tints of Turmeric #AC904C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

 BLUE value IS 76 (30.08% from 255) = 19.39%

R = 43.88%
G = 36.73%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC904C (or 0xAC904C) is known color: Turmeric. HEX triplet: AC, 90 and 4C. RGB value is (172,144,76). Sum of RGB (Red+Green+Blue) = 172+144+76=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC904C is #536FB3. Grayscale: #909090. Windows color (decimal): -5468084 or 5017772. OLE color: 5017772.

HSL color Cylindrical-coordinate representation of color #AC904C: hue angle of 42.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC904C is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 76 -
CMYK 0 0.16 0.56 0.33
HSL 42.5º 0.39% 0.49% -
HSV(B) 42.5º 0.56% 0.67% -
XYZ 28.29 29.24 10.99 -
YUV 144.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 172 144 76 0 0.16 0.56 0.33 42.5 0.39 0.49
Hex AC 90 4C 0 10 38 21 2A 27 31
Octal 254 220 114 0 20 70 41 52 47 61
Binary 10101100 10010000 1001100 0 10000 111000 100001 101010 100111 110001

Color Harmonies of #AC904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC904C

Black with #AC904C

Text Example


Text Example

White with #AC904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC904C; }

 p { color: rgb(172,144,76); }

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

background-color css

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

 a { background-color: rgb(172,144,76); }

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

border-color css

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

 span { border-color: rgb(172,144,76); }

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