Html Css Color HEX #AC993E Turmeric

📋 copy color: '#AC993E'

red 172 ◦ green 153 ◦ blue 62

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

Shades of Turmeric #AC993E

Tints of Turmeric #AC993E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.53%

 BLUE value IS 62 (24.61% from 255) = 16.02%

R = 44.44%
G = 39.53%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC993E (or 0xAC993E) is known color: Turmeric. HEX triplet: AC, 99 and 3E. RGB value is (172,153,62). Sum of RGB (Red+Green+Blue) = 172+153+62=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC993E is #5366C1. Grayscale: #949494. Windows color (decimal): -5465794 or 4102572. OLE color: 4102572.

HSL color Cylindrical-coordinate representation of color #AC993E: hue angle of 49.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC993E is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 62 -
CMYK 0 0.11 0.64 0.33
HSL 49.64º 0.47% 0.46% -
HSV(B) 49.64º 0.64% 0.67% -
XYZ 29.27 31.9 9.17 -
YUV 148.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 172 153 62 0 0.11 0.64 0.33 49.64 0.47 0.46
Hex AC 99 3E 0 B 40 21 32 2F 2E
Octal 254 231 76 0 13 100 41 62 57 56
Binary 10101100 10011001 111110 0 1011 1000000 100001 110010 101111 101110

Color Harmonies of #AC993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC993E

Black with #AC993E

Text Example


Text Example

White with #AC993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC993E; }

 p { color: rgb(172,153,62); }

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

background-color css

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

 a { background-color: rgb(172,153,62); }

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

border-color css

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

 span { border-color: rgb(172,153,62); }

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