Html Css Color HEX #A8963F Turmeric

📋 copy color: '#A8963F'

red 168 ◦ green 150 ◦ blue 63

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

Shades of Turmeric #A8963F

Tints of Turmeric #A8963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.37%

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

R = 44.09%
G = 39.37%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8963F (or 0xA8963F) is known color: Turmeric. HEX triplet: A8, 96 and 3F. RGB value is (168,150,63). Sum of RGB (Red+Green+Blue) = 168+150+63=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8963F is #5769C0. Grayscale: #919191. Windows color (decimal): -5728705 or 4167336. OLE color: 4167336.

HSL color Cylindrical-coordinate representation of color #A8963F: hue angle of 49.71º 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 #A8963F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 150 63 -
CMYK 0 0.11 0.63 0.34
HSL 49.71º 0.45% 0.45% -
HSV(B) 49.71º 0.63% 0.66% -
XYZ 27.95 30.5 9.12 -
YUV 145.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 168 150 63 0 0.11 0.63 0.34 49.71 0.45 0.45
Hex A8 96 3F 0 B 3F 22 32 2D 2D
Octal 250 226 77 0 13 77 42 62 55 55
Binary 10101000 10010110 111111 0 1011 111111 100010 110010 101101 101101

Color Harmonies of #A8963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8963F

Black with #A8963F

Text Example


Text Example

White with #A8963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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