Html Css Color HEX #A8943F Turmeric

📋 copy color: '#A8943F'

red 168 ◦ green 148 ◦ blue 63

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

Shades of Turmeric #A8943F

Tints of Turmeric #A8943F

RGB

 RED value IS 168 (66.02% from 255) = 44.33%

 GREEN value IS 148 (58.2% from 255) = 39.05%

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

R = 44.33%
G = 39.05%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8943F (or 0xA8943F) is known color: Turmeric. HEX triplet: A8, 94 and 3F. RGB value is (168,148,63). Sum of RGB (Red+Green+Blue) = 168+148+63=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8943F is #576BC0. Grayscale: #909090. Windows color (decimal): -5729217 or 4166824. OLE color: 4166824.

HSL color Cylindrical-coordinate representation of color #A8943F: hue angle of 48.57º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8943F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 148 63 -
CMYK 0 0.12 0.63 0.34
HSL 48.57º 0.45% 0.45% -
HSV(B) 48.57º 0.63% 0.66% -
XYZ 27.64 29.86 9.01 -
YUV 144.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 168 148 63 0 0.12 0.63 0.34 48.57 0.45 0.45
Hex A8 94 3F 0 C 3F 22 31 2D 2D
Octal 250 224 77 0 14 77 42 61 55 55
Binary 10101000 10010100 111111 0 1100 111111 100010 110001 101101 101101

Color Harmonies of #A8943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8943F

Black with #A8943F

Text Example


Text Example

White with #A8943F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8943F; }

 p { color: rgb(168,148,63); }

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

background-color css

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

 a { background-color: rgb(168,148,63); }

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

border-color css

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

 span { border-color: rgb(168,148,63); }

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