Html Css Color HEX #AC923C Turmeric

📋 copy color: '#AC923C'

red 172 ◦ green 146 ◦ blue 60

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

Shades of Turmeric #AC923C

Tints of Turmeric #AC923C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 45.5%
G = 38.62%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC923C (or 0xAC923C) is known color: Turmeric. HEX triplet: AC, 92 and 3C. RGB value is (172,146,60). Sum of RGB (Red+Green+Blue) = 172+146+60=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC923C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC923C is #536DC3. Grayscale: #909090. Windows color (decimal): -5467588 or 3969708. OLE color: 3969708.

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

Color convert

RGB 172 146 60 -
CMYK 0 0.15 0.65 0.33
HSL 46.07º 0.48% 0.45% -
HSV(B) 46.07º 0.65% 0.67% -
XYZ 28.11 29.65 8.52 -
YUV 143.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 172 146 60 0 0.15 0.65 0.33 46.07 0.48 0.45
Hex AC 92 3C 0 F 41 21 2E 30 2D
Octal 254 222 74 0 17 101 41 56 60 55
Binary 10101100 10010010 111100 0 1111 1000001 100001 101110 110000 101101

Color Harmonies of #AC923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC923C

Black with #AC923C

Text Example


Text Example

White with #AC923C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC923C; }

 p { color: rgb(172,146,60); }

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

background-color css

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

 a { background-color: rgb(172,146,60); }

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

border-color css

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

 span { border-color: rgb(172,146,60); }

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