Html Css Color HEX #AC983E Turmeric

📋 copy color: '#AC983E'

red 172 ◦ green 152 ◦ blue 62

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

Shades of Turmeric #AC983E

Tints of Turmeric #AC983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.06%

R = 44.56%
G = 39.38%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC983E (or 0xAC983E) is known color: Turmeric. HEX triplet: AC, 98 and 3E. RGB value is (172,152,62). Sum of RGB (Red+Green+Blue) = 172+152+62=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC983E is #5367C1. Grayscale: #949494. Windows color (decimal): -5466050 or 4102316. OLE color: 4102316.

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

Color convert

RGB 172 152 62 -
CMYK 0 0.12 0.64 0.33
HSL 49.09º 0.47% 0.46% -
HSV(B) 49.09º 0.64% 0.67% -
XYZ 29.11 31.57 9.12 -
YUV 147.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 172 152 62 0 0.12 0.64 0.33 49.09 0.47 0.46
Hex AC 98 3E 0 C 40 21 31 2F 2E
Octal 254 230 76 0 14 100 41 61 57 56
Binary 10101100 10011000 111110 0 1100 1000000 100001 110001 101111 101110

Color Harmonies of #AC983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC983E

Black with #AC983E

Text Example


Text Example

White with #AC983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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