Html Css Color HEX #A49448 Turmeric

📋 copy color: '#A49448'

red 164 ◦ green 148 ◦ blue 72

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

Shades of Turmeric #A49448

Tints of Turmeric #A49448

RGB

 RED value IS 164 (64.45% from 255) = 42.71%

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

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 42.71%
G = 38.54%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A49448 (or 0xA49448) is known color: Turmeric. HEX triplet: A4, 94 and 48. RGB value is (164,148,72). Sum of RGB (Red+Green+Blue) = 164+148+72=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A49448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49448 is #5B6BB7. Grayscale: #909090. Windows color (decimal): -5991352 or 4756644. OLE color: 4756644.

HSL color Cylindrical-coordinate representation of color #A49448: hue angle of 49.57º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A49448 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 72 -
CMYK 0 0.10 0.56 0.36
HSL 49.57º 0.39% 0.46% -
HSV(B) 49.57º 0.56% 0.64% -
XYZ 27.07 29.54 10.41 -
YUV 144.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 164 148 72 0 0.10 0.56 0.36 49.57 0.39 0.46
Hex A4 94 48 0 A 38 24 32 27 2E
Octal 244 224 110 0 12 70 44 62 47 56
Binary 10100100 10010100 1001000 0 1010 111000 100100 110010 100111 101110

Color Harmonies of #A49448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49448

Black with #A49448

Text Example


Text Example

White with #A49448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49448; }

 p { color: rgb(164,148,72); }

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

background-color css

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

 a { background-color: rgb(164,148,72); }

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

border-color css

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

 span { border-color: rgb(164,148,72); }

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