Html Css Color HEX #AC9643 Turmeric

📋 copy color: '#AC9643'

red 172 ◦ green 150 ◦ blue 67

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

Shades of Turmeric #AC9643

Tints of Turmeric #AC9643

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

 BLUE value IS 67 (26.56% from 255) = 17.22%

R = 44.22%
G = 38.56%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC9643 (or 0xAC9643) is known color: Turmeric. HEX triplet: AC, 96 and 43. RGB value is (172,150,67). Sum of RGB (Red+Green+Blue) = 172+150+67=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9643 is #5369BC. Grayscale: #939393. Windows color (decimal): -5466557 or 4429484. OLE color: 4429484.

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

Color convert

RGB 172 150 67 -
CMYK 0 0.13 0.61 0.33
HSL 47.43º 0.44% 0.47% -
HSV(B) 47.43º 0.61% 0.67% -
XYZ 28.93 30.99 9.77 -
YUV 147.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 172 150 67 0 0.13 0.61 0.33 47.43 0.44 0.47
Hex AC 96 43 0 D 3D 21 2F 2C 2F
Octal 254 226 103 0 15 75 41 57 54 57
Binary 10101100 10010110 1000011 0 1101 111101 100001 101111 101100 101111

Color Harmonies of #AC9643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9643

Black with #AC9643

Text Example


Text Example

White with #AC9643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9643; }

 p { color: rgb(172,150,67); }

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

background-color css

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

 a { background-color: rgb(172,150,67); }

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

border-color css

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

 span { border-color: rgb(172,150,67); }

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