Html Css Color HEX #AC9541 Turmeric

📋 copy color: '#AC9541'

red 172 ◦ green 149 ◦ blue 65

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

Shades of Turmeric #AC9541

Tints of Turmeric #AC9541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

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

R = 44.56%
G = 38.6%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9541 (or 0xAC9541) is known color: Turmeric. HEX triplet: AC, 95 and 41. RGB value is (172,149,65). Sum of RGB (Red+Green+Blue) = 172+149+65=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9541 is #536ABE. Grayscale: #929292. Windows color (decimal): -5466815 or 4298156. OLE color: 4298156.

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

Color convert

RGB 172 149 65 -
CMYK 0 0.13 0.62 0.33
HSL 47.1º 0.45% 0.46% -
HSV(B) 47.1º 0.62% 0.67% -
XYZ 28.71 30.65 9.4 -
YUV 146.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 172 149 65 0 0.13 0.62 0.33 47.1 0.45 0.46
Hex AC 95 41 0 D 3E 21 2F 2D 2E
Octal 254 225 101 0 15 76 41 57 55 56
Binary 10101100 10010101 1000001 0 1101 111110 100001 101111 101101 101110

Color Harmonies of #AC9541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9541

Black with #AC9541

Text Example


Text Example

White with #AC9541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9541; }

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

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

background-color css

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

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

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

border-color css

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

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

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