Html Css Color HEX #AC933D Turmeric

📋 copy color: '#AC933D'

red 172 ◦ green 147 ◦ blue 61

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

Shades of Turmeric #AC933D

Tints of Turmeric #AC933D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

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

R = 45.26%
G = 38.68%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC933D (or 0xAC933D) is known color: Turmeric. HEX triplet: AC, 93 and 3D. RGB value is (172,147,61). Sum of RGB (Red+Green+Blue) = 172+147+61=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC933D is #536CC2. Grayscale: #919191. Windows color (decimal): -5467331 or 4035500. OLE color: 4035500.

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

Color convert

RGB 172 147 61 -
CMYK 0 0.15 0.65 0.33
HSL 46.49º 0.48% 0.46% -
HSV(B) 46.49º 0.65% 0.67% -
XYZ 28.29 29.98 8.71 -
YUV 144.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 172 147 61 0 0.15 0.65 0.33 46.49 0.48 0.46
Hex AC 93 3D 0 F 41 21 2E 30 2E
Octal 254 223 75 0 17 101 41 56 60 56
Binary 10101100 10010011 111101 0 1111 1000001 100001 101110 110000 101110

Color Harmonies of #AC933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC933D

Black with #AC933D

Text Example


Text Example

White with #AC933D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC933D; }

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

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

background-color css

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

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

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

border-color css

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

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

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