Html Css Color HEX #A29844 Turmeric

📋 copy color: '#A29844'

red 162 ◦ green 152 ◦ blue 68

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

Shades of Turmeric #A29844

Tints of Turmeric #A29844

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 42.41%
G = 39.79%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A29844 (or 0xA29844) is known color: Turmeric. HEX triplet: A2, 98 and 44. RGB value is (162,152,68). Sum of RGB (Red+Green+Blue) = 162+152+68=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A29844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29844 is #5D67BB. Grayscale: #919191. Windows color (decimal): -6121404 or 4495522. OLE color: 4495522.

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

Color convert

RGB 162 152 68 -
CMYK 0 0.06 0.58 0.36
HSL 53.62º 0.41% 0.45% -
HSV(B) 53.62º 0.58% 0.64% -
XYZ 27.17 30.56 9.93 -
YUV 145.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 162 152 68 0 0.06 0.58 0.36 53.62 0.41 0.45
Hex A2 98 44 0 6 3A 24 36 29 2D
Octal 242 230 104 0 6 72 44 66 51 55
Binary 10100010 10011000 1000100 0 110 111010 100100 110110 101001 101101

Color Harmonies of #A29844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29844

Black with #A29844

Text Example


Text Example

White with #A29844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29844; }

 p { color: rgb(162,152,68); }

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

background-color css

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

 a { background-color: rgb(162,152,68); }

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

border-color css

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

 span { border-color: rgb(162,152,68); }

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