Html Css Color HEX #AC913D Turmeric

📋 copy color: '#AC913D'

red 172 ◦ green 145 ◦ blue 61

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

Shades of Turmeric #AC913D

Tints of Turmeric #AC913D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.14%

R = 45.5%
G = 38.36%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC913D (or 0xAC913D) is known color: Turmeric. HEX triplet: AC, 91 and 3D. RGB value is (172,145,61). Sum of RGB (Red+Green+Blue) = 172+145+61=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC913D is #536EC2. Grayscale: #8F8F8F. Windows color (decimal): -5467843 or 4034988. OLE color: 4034988.

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

Color convert

RGB 172 145 61 -
CMYK 0 0.16 0.65 0.33
HSL 45.41º 0.48% 0.46% -
HSV(B) 45.41º 0.65% 0.67% -
XYZ 27.98 29.36 8.61 -
YUV 143.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 172 145 61 0 0.16 0.65 0.33 45.41 0.48 0.46
Hex AC 91 3D 0 10 41 21 2D 30 2E
Octal 254 221 75 0 20 101 41 55 60 56
Binary 10101100 10010001 111101 0 10000 1000001 100001 101101 110000 101110

Color Harmonies of #AC913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC913D

Black with #AC913D

Text Example


Text Example

White with #AC913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC913D; }

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

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

background-color css

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

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

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

border-color css

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

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

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