Html Css Color HEX #AC8F43 Turmeric

📋 copy color: '#AC8F43'

red 172 ◦ green 143 ◦ blue 67

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

Shades of Turmeric #AC8F43

Tints of Turmeric #AC8F43

RGB

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

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

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

R = 45.03%
G = 37.43%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC8F43 (or 0xAC8F43) is known color: Turmeric. HEX triplet: AC, 8F and 43. RGB value is (172,143,67). Sum of RGB (Red+Green+Blue) = 172+143+67=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F43 is #5370BC. Grayscale: #8F8F8F. Windows color (decimal): -5468349 or 4427692. OLE color: 4427692.

HSL color Cylindrical-coordinate representation of color #AC8F43: hue angle of 43.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 #AC8F43 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 67 -
CMYK 0 0.17 0.61 0.33
HSL 43.43º 0.44% 0.47% -
HSV(B) 43.43º 0.61% 0.67% -
XYZ 27.85 28.82 9.41 -
YUV 143.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 172 143 67 0 0.17 0.61 0.33 43.43 0.44 0.47
Hex AC 8F 43 0 11 3D 21 2B 2C 2F
Octal 254 217 103 0 21 75 41 53 54 57
Binary 10101100 10001111 1000011 0 10001 111101 100001 101011 101100 101111

Color Harmonies of #AC8F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F43

Black with #AC8F43

Text Example


Text Example

White with #AC8F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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