Html Css Color HEX #A39449 Turmeric

📋 copy color: '#A39449'

red 163 ◦ green 148 ◦ blue 73

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

Shades of Turmeric #A39449

Tints of Turmeric #A39449

RGB

 RED value IS 163 (64.06% from 255) = 42.45%

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

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 42.45%
G = 38.54%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A39449 (or 0xA39449) is known color: Turmeric. HEX triplet: A3, 94 and 49. RGB value is (163,148,73). Sum of RGB (Red+Green+Blue) = 163+148+73=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A39449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39449 is #5C6BB6. Grayscale: #909090. Windows color (decimal): -6056887 or 4822179. OLE color: 4822179.

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

Color convert

RGB 163 148 73 -
CMYK 0 0.09 0.55 0.36
HSL 50º 0.38% 0.46% -
HSV(B) 50º 0.55% 0.64% -
XYZ 26.9 29.45 10.57 -
YUV 143.94 87.97 141.6 -
System Red Green Blue C M Y K H S L
Decimal 163 148 73 0 0.09 0.55 0.36 50 0.38 0.46
Hex A3 94 49 0 9 37 24 32 26 2E
Octal 243 224 111 0 11 67 44 62 46 56
Binary 10100011 10010100 1001001 0 1001 110111 100100 110010 100110 101110

Color Harmonies of #A39449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39449

Black with #A39449

Text Example


Text Example

White with #A39449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39449; }

 p { color: rgb(163,148,73); }

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

background-color css

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

 a { background-color: rgb(163,148,73); }

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

border-color css

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

 span { border-color: rgb(163,148,73); }

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