Html Css Color HEX #AC8E4B Turmeric

📋 copy color: '#AC8E4B'

red 172 ◦ green 142 ◦ blue 75

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

Shades of Turmeric #AC8E4B

Tints of Turmeric #AC8E4B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 44.22%
G = 36.5%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC8E4B (or 0xAC8E4B) is known color: Turmeric. HEX triplet: AC, 8E and 4B. RGB value is (172,142,75). Sum of RGB (Red+Green+Blue) = 172+142+75=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E4B is #5371B4. Grayscale: #8F8F8F. Windows color (decimal): -5468597 or 4951724. OLE color: 4951724.

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

Color convert

RGB 172 142 75 -
CMYK 0 0.17 0.56 0.33
HSL 41.44º 0.39% 0.48% -
HSV(B) 41.44º 0.56% 0.67% -
XYZ 27.96 28.62 10.71 -
YUV 143.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 172 142 75 0 0.17 0.56 0.33 41.44 0.39 0.48
Hex AC 8E 4B 0 11 38 21 29 27 30
Octal 254 216 113 0 21 70 41 51 47 60
Binary 10101100 10001110 1001011 0 10001 111000 100001 101001 100111 110000

Color Harmonies of #AC8E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8E4B

Black with #AC8E4B

Text Example


Text Example

White with #AC8E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8E4B; }

 p { color: rgb(172,142,75); }

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

background-color css

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

 a { background-color: rgb(172,142,75); }

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

border-color css

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

 span { border-color: rgb(172,142,75); }

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