Html Css Color HEX #AC8F48 Turmeric

📋 copy color: '#AC8F48'

red 172 ◦ green 143 ◦ blue 72

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

Shades of Turmeric #AC8F48

Tints of Turmeric #AC8F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.95%

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 44.44%
G = 36.95%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC8F48 (or 0xAC8F48) is known color: Turmeric. HEX triplet: AC, 8F and 48. RGB value is (172,143,72). Sum of RGB (Red+Green+Blue) = 172+143+72=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F48 is #5370B7. Grayscale: #8F8F8F. Windows color (decimal): -5468344 or 4755372. OLE color: 4755372.

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

Color convert

RGB 172 143 72 -
CMYK 0 0.17 0.58 0.33
HSL 42.6º 0.41% 0.48% -
HSV(B) 42.6º 0.58% 0.67% -
XYZ 28.01 28.88 10.23 -
YUV 143.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 172 143 72 0 0.17 0.58 0.33 42.6 0.41 0.48
Hex AC 8F 48 0 11 3A 21 2B 29 30
Octal 254 217 110 0 21 72 41 53 51 60
Binary 10101100 10001111 1001000 0 10001 111010 100001 101011 101001 110000

Color Harmonies of #AC8F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F48

Black with #AC8F48

Text Example


Text Example

White with #AC8F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F48; }

 p { color: rgb(172,143,72); }

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

background-color css

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

 a { background-color: rgb(172,143,72); }

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

border-color css

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

 span { border-color: rgb(172,143,72); }

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