Html Css Color HEX #AC903F Turmeric

📋 copy color: '#AC903F'

red 172 ◦ green 144 ◦ blue 63

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

Shades of Turmeric #AC903F

Tints of Turmeric #AC903F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.62%

R = 45.38%
G = 37.99%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC903F (or 0xAC903F) is known color: Turmeric. HEX triplet: AC, 90 and 3F. RGB value is (172,144,63). Sum of RGB (Red+Green+Blue) = 172+144+63=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC903F is #536FC0. Grayscale: #8F8F8F. Windows color (decimal): -5468097 or 4165804. OLE color: 4165804.

HSL color Cylindrical-coordinate representation of color #AC903F: hue angle of 44.59º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC903F is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 63 -
CMYK 0 0.16 0.63 0.33
HSL 44.59º 0.46% 0.46% -
HSV(B) 44.59º 0.63% 0.67% -
XYZ 27.88 29.08 8.85 -
YUV 143.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 172 144 63 0 0.16 0.63 0.33 44.59 0.46 0.46
Hex AC 90 3F 0 10 3F 21 2D 2E 2E
Octal 254 220 77 0 20 77 41 55 56 56
Binary 10101100 10010000 111111 0 10000 111111 100001 101101 101110 101110

Color Harmonies of #AC903F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC903F

Black with #AC903F

Text Example


Text Example

White with #AC903F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC903F; }

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

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

background-color css

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

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

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

border-color css

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

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

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