Html Css Color HEX #A59448 Turmeric

📋 copy color: '#A59448'

red 165 ◦ green 148 ◦ blue 72

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

Shades of Turmeric #A59448

Tints of Turmeric #A59448

RGB

 RED value IS 165 (64.84% from 255) = 42.86%

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

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

R = 42.86%
G = 38.44%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A59448 (or 0xA59448) is known color: Turmeric. HEX triplet: A5, 94 and 48. RGB value is (165,148,72). Sum of RGB (Red+Green+Blue) = 165+148+72=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A59448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59448 is #5A6BB7. Grayscale: #909090. Windows color (decimal): -5925816 or 4756645. OLE color: 4756645.

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

Color convert

RGB 165 148 72 -
CMYK 0 0.10 0.56 0.35
HSL 49.03º 0.39% 0.46% -
HSV(B) 49.03º 0.56% 0.65% -
XYZ 27.28 29.65 10.42 -
YUV 144.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 165 148 72 0 0.10 0.56 0.35 49.03 0.39 0.46
Hex A5 94 48 0 A 38 23 31 27 2E
Octal 245 224 110 0 12 70 43 61 47 56
Binary 10100101 10010100 1001000 0 1010 111000 100011 110001 100111 101110

Color Harmonies of #A59448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59448

Black with #A59448

Text Example


Text Example

White with #A59448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59448; }

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

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

background-color css

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

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

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

border-color css

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

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

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