Html Css Color HEX #AC904B Turmeric

📋 copy color: '#AC904B'

red 172 ◦ green 144 ◦ blue 75

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

Shades of Turmeric #AC904B

Tints of Turmeric #AC904B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.83%

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

R = 43.99%
G = 36.83%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC904B (or 0xAC904B) is known color: Turmeric. HEX triplet: AC, 90 and 4B. RGB value is (172,144,75). Sum of RGB (Red+Green+Blue) = 172+144+75=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC904B is #536FB4. Grayscale: #909090. Windows color (decimal): -5468085 or 4952236. OLE color: 4952236.

HSL color Cylindrical-coordinate representation of color #AC904B: hue angle of 42.68º 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 #AC904B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 75 -
CMYK 0 0.16 0.56 0.33
HSL 42.68º 0.39% 0.48% -
HSV(B) 42.68º 0.56% 0.67% -
XYZ 28.26 29.23 10.81 -
YUV 144.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 172 144 75 0 0.16 0.56 0.33 42.68 0.39 0.48
Hex AC 90 4B 0 10 38 21 2B 27 30
Octal 254 220 113 0 20 70 41 53 47 60
Binary 10101100 10010000 1001011 0 10000 111000 100001 101011 100111 110000

Color Harmonies of #AC904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC904B

Black with #AC904B

Text Example


Text Example

White with #AC904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC904B; }

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

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

background-color css

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

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

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

border-color css

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

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

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