Html Css Color HEX #AC9A3B Turmeric

📋 copy color: '#AC9A3B'

red 172 ◦ green 154 ◦ blue 59

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

Shades of Turmeric #AC9A3B

Tints of Turmeric #AC9A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.32%

R = 44.68%
G = 40%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC9A3B (or 0xAC9A3B) is known color: Turmeric. HEX triplet: AC, 9A and 3B. RGB value is (172,154,59). Sum of RGB (Red+Green+Blue) = 172+154+59=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A3B is #5365C4. Grayscale: #949494. Windows color (decimal): -5465541 or 3906220. OLE color: 3906220.

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

Color convert

RGB 172 154 59 -
CMYK 0 0.10 0.66 0.33
HSL 50.44º 0.49% 0.45% -
HSV(B) 50.44º 0.66% 0.67% -
XYZ 29.36 32.2 8.81 -
YUV 148.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 172 154 59 0 0.10 0.66 0.33 50.44 0.49 0.45
Hex AC 9A 3B 0 A 42 21 32 31 2D
Octal 254 232 73 0 12 102 41 62 61 55
Binary 10101100 10011010 111011 0 1010 1000010 100001 110010 110001 101101

Color Harmonies of #AC9A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A3B

Black with #AC9A3B

Text Example


Text Example

White with #AC9A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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