Html Css Color HEX #AC9941 Turmeric

📋 copy color: '#AC9941'

red 172 ◦ green 153 ◦ blue 65

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

Shades of Turmeric #AC9941

Tints of Turmeric #AC9941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.67%

R = 44.1%
G = 39.23%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9941 (or 0xAC9941) is known color: Turmeric. HEX triplet: AC, 99 and 41. RGB value is (172,153,65). Sum of RGB (Red+Green+Blue) = 172+153+65=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9941 is #5366BE. Grayscale: #959595. Windows color (decimal): -5465791 or 4299180. OLE color: 4299180.

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

Color convert

RGB 172 153 65 -
CMYK 0 0.11 0.62 0.33
HSL 49.35º 0.45% 0.46% -
HSV(B) 49.35º 0.62% 0.67% -
XYZ 29.36 31.93 9.62 -
YUV 148.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 172 153 65 0 0.11 0.62 0.33 49.35 0.45 0.46
Hex AC 99 41 0 B 3E 21 31 2D 2E
Octal 254 231 101 0 13 76 41 61 55 56
Binary 10101100 10011001 1000001 0 1011 111110 100001 110001 101101 101110

Color Harmonies of #AC9941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9941

Black with #AC9941

Text Example


Text Example

White with #AC9941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9941; }

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

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

background-color css

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

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

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

border-color css

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

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

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