Html Css Color HEX #AC914A Turmeric

📋 copy color: '#AC914A'

red 172 ◦ green 145 ◦ blue 74

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

Shades of Turmeric #AC914A

Tints of Turmeric #AC914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 43.99%
G = 37.08%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC914A (or 0xAC914A) is known color: Turmeric. HEX triplet: AC, 91 and 4A. RGB value is (172,145,74). Sum of RGB (Red+Green+Blue) = 172+145+74=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC914A is #536EB5. Grayscale: #919191. Windows color (decimal): -5467830 or 4886956. OLE color: 4886956.

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

Color convert

RGB 172 145 74 -
CMYK 0 0.16 0.57 0.33
HSL 43.47º 0.4% 0.48% -
HSV(B) 43.47º 0.57% 0.67% -
XYZ 28.37 29.52 10.68 -
YUV 144.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 172 145 74 0 0.16 0.57 0.33 43.47 0.4 0.48
Hex AC 91 4A 0 10 39 21 2B 28 30
Octal 254 221 112 0 20 71 41 53 50 60
Binary 10101100 10010001 1001010 0 10000 111001 100001 101011 101000 110000

Color Harmonies of #AC914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC914A

Black with #AC914A

Text Example


Text Example

White with #AC914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC914A; }

 p { color: rgb(172,145,74); }

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

background-color css

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

 a { background-color: rgb(172,145,74); }

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

border-color css

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

 span { border-color: rgb(172,145,74); }

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