Html Css Color HEX #A39448 Turmeric

📋 copy color: '#A39448'

red 163 ◦ green 148 ◦ blue 72

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

Shades of Turmeric #A39448

Tints of Turmeric #A39448

RGB

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

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

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

R = 42.56%
G = 38.64%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A39448 (or 0xA39448) is known color: Turmeric. HEX triplet: A3, 94 and 48. RGB value is (163,148,72). Sum of RGB (Red+Green+Blue) = 163+148+72=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A39448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39448 is #5C6BB7. Grayscale: #909090. Windows color (decimal): -6056888 or 4756643. OLE color: 4756643.

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

Color convert

RGB 163 148 72 -
CMYK 0 0.09 0.56 0.36
HSL 50.11º 0.39% 0.46% -
HSV(B) 50.11º 0.56% 0.64% -
XYZ 26.86 29.43 10.4 -
YUV 143.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 163 148 72 0 0.09 0.56 0.36 50.11 0.39 0.46
Hex A3 94 48 0 9 38 24 32 27 2E
Octal 243 224 110 0 11 70 44 62 47 56
Binary 10100011 10010100 1001000 0 1001 111000 100100 110010 100111 101110

Color Harmonies of #A39448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39448

Black with #A39448

Text Example


Text Example

White with #A39448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39448; }

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

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

background-color css

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

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

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

border-color css

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

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

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