Html Css Color HEX #AC9841 Turmeric

📋 copy color: '#AC9841'

red 172 ◦ green 152 ◦ blue 65

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

Shades of Turmeric #AC9841

Tints of Turmeric #AC9841

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 44.22%
G = 39.07%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9841 (or 0xAC9841) is known color: Turmeric. HEX triplet: AC, 98 and 41. RGB value is (172,152,65). Sum of RGB (Red+Green+Blue) = 172+152+65=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9841 is #5367BE. Grayscale: #949494. Windows color (decimal): -5466047 or 4298924. OLE color: 4298924.

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

Color convert

RGB 172 152 65 -
CMYK 0 0.12 0.62 0.33
HSL 48.79º 0.45% 0.46% -
HSV(B) 48.79º 0.62% 0.67% -
XYZ 29.2 31.61 9.56 -
YUV 148.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 172 152 65 0 0.12 0.62 0.33 48.79 0.45 0.46
Hex AC 98 41 0 C 3E 21 31 2D 2E
Octal 254 230 101 0 14 76 41 61 55 56
Binary 10101100 10011000 1000001 0 1100 111110 100001 110001 101101 101110

Color Harmonies of #AC9841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9841

Black with #AC9841

Text Example


Text Example

White with #AC9841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9841; }

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

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

background-color css

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

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

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

border-color css

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

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

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