Html Css Color HEX #AC9A3D Turmeric

📋 copy color: '#AC9A3D'

red 172 ◦ green 154 ◦ blue 61

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

Shades of Turmeric #AC9A3D

Tints of Turmeric #AC9A3D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

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

R = 44.44%
G = 39.79%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC9A3D (or 0xAC9A3D) is known color: Turmeric. HEX triplet: AC, 9A and 3D. RGB value is (172,154,61). Sum of RGB (Red+Green+Blue) = 172+154+61=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A3D is #5365C2. Grayscale: #959595. Windows color (decimal): -5465539 or 4037292. OLE color: 4037292.

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

Color convert

RGB 172 154 61 -
CMYK 0 0.10 0.65 0.33
HSL 50.27º 0.48% 0.46% -
HSV(B) 50.27º 0.65% 0.67% -
XYZ 29.41 32.22 9.08 -
YUV 148.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 172 154 61 0 0.10 0.65 0.33 50.27 0.48 0.46
Hex AC 9A 3D 0 A 41 21 32 30 2E
Octal 254 232 75 0 12 101 41 62 60 56
Binary 10101100 10011010 111101 0 1010 1000001 100001 110010 110000 101110

Color Harmonies of #AC9A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A3D

Black with #AC9A3D

Text Example


Text Example

White with #AC9A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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