Html Css Color HEX #A8983F Turmeric

📋 copy color: '#A8983F'

red 168 ◦ green 152 ◦ blue 63

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

Shades of Turmeric #A8983F

Tints of Turmeric #A8983F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.69%

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

R = 43.86%
G = 39.69%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8983F (or 0xA8983F) is known color: Turmeric. HEX triplet: A8, 98 and 3F. RGB value is (168,152,63). Sum of RGB (Red+Green+Blue) = 168+152+63=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A8983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8983F is #5767C0. Grayscale: #939393. Windows color (decimal): -5728193 or 4167848. OLE color: 4167848.

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

Color convert

RGB 168 152 63 -
CMYK 0 0.10 0.63 0.34
HSL 50.86º 0.45% 0.45% -
HSV(B) 50.86º 0.63% 0.66% -
XYZ 28.27 31.14 9.22 -
YUV 146.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 168 152 63 0 0.10 0.63 0.34 50.86 0.45 0.45
Hex A8 98 3F 0 A 3F 22 33 2D 2D
Octal 250 230 77 0 12 77 42 63 55 55
Binary 10101000 10011000 111111 0 1010 111111 100010 110011 101101 101101

Color Harmonies of #A8983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8983F

Black with #A8983F

Text Example


Text Example

White with #A8983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8983F; }

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

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

background-color css

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

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

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

border-color css

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

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

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