Html Css Color HEX #AC913E Turmeric

📋 copy color: '#AC913E'

red 172 ◦ green 145 ◦ blue 62

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

Shades of Turmeric #AC913E

Tints of Turmeric #AC913E

RGB

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

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

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

R = 45.38%
G = 38.26%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC913E (or 0xAC913E) is known color: Turmeric. HEX triplet: AC, 91 and 3E. RGB value is (172,145,62). Sum of RGB (Red+Green+Blue) = 172+145+62=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC913E is #536EC1. Grayscale: #8F8F8F. Windows color (decimal): -5467842 or 4100524. OLE color: 4100524.

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

Color convert

RGB 172 145 62 -
CMYK 0 0.16 0.64 0.33
HSL 45.27º 0.47% 0.46% -
HSV(B) 45.27º 0.64% 0.67% -
XYZ 28.01 29.37 8.75 -
YUV 143.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 172 145 62 0 0.16 0.64 0.33 45.27 0.47 0.46
Hex AC 91 3E 0 10 40 21 2D 2F 2E
Octal 254 221 76 0 20 100 41 55 57 56
Binary 10101100 10010001 111110 0 10000 1000000 100001 101101 101111 101110

Color Harmonies of #AC913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC913E

Black with #AC913E

Text Example


Text Example

White with #AC913E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC913E; }

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

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

background-color css

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

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

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

border-color css

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

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

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