Html Css Color HEX #A29546 Turmeric

📋 copy color: '#A29546'

red 162 ◦ green 149 ◦ blue 70

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

Shades of Turmeric #A29546

Tints of Turmeric #A29546

RGB

 RED value IS 162 (63.67% from 255) = 42.52%

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

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 42.52%
G = 39.11%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A29546 (or 0xA29546) is known color: Turmeric. HEX triplet: A2, 95 and 46. RGB value is (162,149,70). Sum of RGB (Red+Green+Blue) = 162+149+70=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A29546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29546 is #5D6AB9. Grayscale: #909090. Windows color (decimal): -6122170 or 4625826. OLE color: 4625826.

HSL color Cylindrical-coordinate representation of color #A29546: hue angle of 51.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A29546 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 149 70 -
CMYK 0 0.08 0.57 0.36
HSL 51.52º 0.4% 0.45% -
HSV(B) 51.52º 0.57% 0.64% -
XYZ 26.75 29.62 10.1 -
YUV 143.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 162 149 70 0 0.08 0.57 0.36 51.52 0.4 0.45
Hex A2 95 46 0 8 39 24 34 28 2D
Octal 242 225 106 0 10 71 44 64 50 55
Binary 10100010 10010101 1000110 0 1000 111001 100100 110100 101000 101101

Color Harmonies of #A29546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29546

Black with #A29546

Text Example


Text Example

White with #A29546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29546; }

 p { color: rgb(162,149,70); }

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

background-color css

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

 a { background-color: rgb(162,149,70); }

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

border-color css

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

 span { border-color: rgb(162,149,70); }

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