Html Css Color HEX #A39348 Turmeric

📋 copy color: '#A39348'

red 163 ◦ green 147 ◦ blue 72

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

Shades of Turmeric #A39348

Tints of Turmeric #A39348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.48%

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

R = 42.67%
G = 38.48%
B = 18.85%

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

#A39348 (or 0xA39348) is known color: Turmeric. HEX triplet: A3, 93 and 48. RGB value is (163,147,72). Sum of RGB (Red+Green+Blue) = 163+147+72=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A39348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39348 is #5C6CB7. Grayscale: #8F8F8F. Windows color (decimal): -6057144 or 4756387. OLE color: 4756387.

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

Color convert

RGB 163 147 72 -
CMYK 0 0.10 0.56 0.36
HSL 49.45º 0.39% 0.46% -
HSV(B) 49.45º 0.56% 0.64% -
XYZ 26.71 29.12 10.34 -
YUV 143.23 87.8 142.1 -
System Red Green Blue C M Y K H S L
Decimal 163 147 72 0 0.10 0.56 0.36 49.45 0.39 0.46
Hex A3 93 48 0 A 38 24 31 27 2E
Octal 243 223 110 0 12 70 44 61 47 56
Binary 10100011 10010011 1001000 0 1010 111000 100100 110001 100111 101110

Color Harmonies of #A39348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39348

Black with #A39348

Text Example


Text Example

White with #A39348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39348; }

 p { color: rgb(163,147,72); }

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

background-color css

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

 a { background-color: rgb(163,147,72); }

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

border-color css

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

 span { border-color: rgb(163,147,72); }

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