Html Css Color HEX #A2914C Turmeric

📋 copy color: '#A2914C'

red 162 ◦ green 145 ◦ blue 76

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

Shades of Turmeric #A2914C

Tints of Turmeric #A2914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.86%

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 42.3%
G = 37.86%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2914C (or 0xA2914C) is known color: Turmeric. HEX triplet: A2, 91 and 4C. RGB value is (162,145,76). Sum of RGB (Red+Green+Blue) = 162+145+76=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2914C is #5D6EB3. Grayscale: #8E8E8E. Windows color (decimal): -6123188 or 5018018. OLE color: 5018018.

HSL color Cylindrical-coordinate representation of color #A2914C: hue angle of 48.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2914C is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 145 76 -
CMYK 0 0.10 0.53 0.36
HSL 48.14º 0.36% 0.47% -
HSV(B) 48.14º 0.53% 0.64% -
XYZ 26.33 28.45 10.94 -
YUV 142.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 162 145 76 0 0.10 0.53 0.36 48.14 0.36 0.47
Hex A2 91 4C 0 A 35 24 30 24 2F
Octal 242 221 114 0 12 65 44 60 44 57
Binary 10100010 10010001 1001100 0 1010 110101 100100 110000 100100 101111

Color Harmonies of #A2914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2914C

Black with #A2914C

Text Example


Text Example

White with #A2914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2914C; }

 p { color: rgb(162,145,76); }

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

background-color css

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

 a { background-color: rgb(162,145,76); }

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

border-color css

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

 span { border-color: rgb(162,145,76); }

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