Html Css Color HEX #A4904C Turmeric

📋 copy color: '#A4904C'

red 164 ◦ green 144 ◦ blue 76

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

Shades of Turmeric #A4904C

Tints of Turmeric #A4904C

RGB

 RED value IS 164 (64.45% from 255) = 42.71%

 GREEN value IS 144 (56.64% from 255) = 37.5%

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

R = 42.71%
G = 37.5%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4904C (or 0xA4904C) is known color: Turmeric. HEX triplet: A4, 90 and 4C. RGB value is (164,144,76). Sum of RGB (Red+Green+Blue) = 164+144+76=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A4904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4904C is #5B6FB3. Grayscale: #8E8E8E. Windows color (decimal): -5992372 or 5017764. OLE color: 5017764.

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

Color convert

RGB 164 144 76 -
CMYK 0 0.12 0.54 0.36
HSL 46.36º 0.37% 0.47% -
HSV(B) 46.36º 0.54% 0.64% -
XYZ 26.59 28.36 10.91 -
YUV 142.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 164 144 76 0 0.12 0.54 0.36 46.36 0.37 0.47
Hex A4 90 4C 0 C 36 24 2E 25 2F
Octal 244 220 114 0 14 66 44 56 45 57
Binary 10100100 10010000 1001100 0 1100 110110 100100 101110 100101 101111

Color Harmonies of #A4904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4904C

Black with #A4904C

Text Example


Text Example

White with #A4904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4904C; }

 p { color: rgb(164,144,76); }

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

background-color css

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

 a { background-color: rgb(164,144,76); }

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

border-color css

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

 span { border-color: rgb(164,144,76); }

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