Html Css Color HEX #A89440 Turmeric

📋 copy color: '#A89440'

red 168 ◦ green 148 ◦ blue 64

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

Shades of Turmeric #A89440

Tints of Turmeric #A89440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 44.21%
G = 38.95%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A89440 (or 0xA89440) is known color: Turmeric. HEX triplet: A8, 94 and 40. RGB value is (168,148,64). Sum of RGB (Red+Green+Blue) = 168+148+64=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A89440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89440 is #576BBF. Grayscale: #909090. Windows color (decimal): -5729216 or 4232360. OLE color: 4232360.

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

Color convert

RGB 168 148 64 -
CMYK 0 0.12 0.62 0.34
HSL 48.46º 0.45% 0.45% -
HSV(B) 48.46º 0.62% 0.66% -
XYZ 27.66 29.87 9.16 -
YUV 144.4 82.63 144.83 -
System Red Green Blue C M Y K H S L
Decimal 168 148 64 0 0.12 0.62 0.34 48.46 0.45 0.45
Hex A8 94 40 0 C 3E 22 30 2D 2D
Octal 250 224 100 0 14 76 42 60 55 55
Binary 10101000 10010100 1000000 0 1100 111110 100010 110000 101101 101101

Color Harmonies of #A89440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89440

Black with #A89440

Text Example


Text Example

White with #A89440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89440; }

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

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

background-color css

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

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

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

border-color css

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

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

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