Html Css Color HEX #A09548 Turmeric

📋 copy color: '#A09548'

red 160 ◦ green 149 ◦ blue 72

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

Shades of Turmeric #A09548

Tints of Turmeric #A09548

RGB

 RED value IS 160 (62.89% from 255) = 41.99%

 GREEN value IS 149 (58.59% from 255) = 39.11%

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

R = 41.99%
G = 39.11%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A09548 (or 0xA09548) is known color: Turmeric. HEX triplet: A0, 95 and 48. RGB value is (160,149,72). Sum of RGB (Red+Green+Blue) = 160+149+72=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A09548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09548 is #5F6AB7. Grayscale: #8F8F8F. Windows color (decimal): -6253240 or 4756896. OLE color: 4756896.

HSL color Cylindrical-coordinate representation of color #A09548: hue angle of 52.5º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A09548 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 149 72 -
CMYK 0 0.07 0.55 0.37
HSL 52.5º 0.38% 0.45% -
HSV(B) 52.5º 0.55% 0.63% -
XYZ 26.41 29.44 10.42 -
YUV 143.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 160 149 72 0 0.07 0.55 0.37 52.5 0.38 0.45
Hex A0 95 48 0 7 37 25 34 26 2D
Octal 240 225 110 0 7 67 45 64 46 55
Binary 10100000 10010101 1001000 0 111 110111 100101 110100 100110 101101

Color Harmonies of #A09548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09548

Black with #A09548

Text Example


Text Example

White with #A09548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09548; }

 p { color: rgb(160,149,72); }

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

background-color css

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

 a { background-color: rgb(160,149,72); }

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

border-color css

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

 span { border-color: rgb(160,149,72); }

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