Html Css Color HEX #AC983F Turmeric

📋 copy color: '#AC983F'

red 172 ◦ green 152 ◦ blue 63

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

Shades of Turmeric #AC983F

Tints of Turmeric #AC983F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.28%

R = 44.44%
G = 39.28%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC983F (or 0xAC983F) is known color: Turmeric. HEX triplet: AC, 98 and 3F. RGB value is (172,152,63). Sum of RGB (Red+Green+Blue) = 172+152+63=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC983F is #5367C0. Grayscale: #949494. Windows color (decimal): -5466049 or 4167852. OLE color: 4167852.

HSL color Cylindrical-coordinate representation of color #AC983F: hue angle of 48.99º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC983F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 152 63 -
CMYK 0 0.12 0.63 0.33
HSL 48.99º 0.46% 0.46% -
HSV(B) 48.99º 0.63% 0.67% -
XYZ 29.14 31.59 9.26 -
YUV 147.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 172 152 63 0 0.12 0.63 0.33 48.99 0.46 0.46
Hex AC 98 3F 0 C 3F 21 31 2E 2E
Octal 254 230 77 0 14 77 41 61 56 56
Binary 10101100 10011000 111111 0 1100 111111 100001 110001 101110 101110

Color Harmonies of #AC983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC983F

Black with #AC983F

Text Example


Text Example

White with #AC983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC983F; }

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

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

background-color css

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

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

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

border-color css

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

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

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