Html Css Color HEX #A4904B Turmeric

📋 copy color: '#A4904B'

red 164 ◦ green 144 ◦ blue 75

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

Shades of Turmeric #A4904B

Tints of Turmeric #A4904B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 42.82%
G = 37.6%
B = 19.58%

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

#A4904B (or 0xA4904B) is known color: Turmeric. HEX triplet: A4, 90 and 4B. RGB value is (164,144,75). Sum of RGB (Red+Green+Blue) = 164+144+75=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A4904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4904B is #5B6FB4. Grayscale: #8E8E8E. Windows color (decimal): -5992373 or 4952228. OLE color: 4952228.

HSL color Cylindrical-coordinate representation of color #A4904B: hue angle of 46.52º 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 #A4904B is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 75 -
CMYK 0 0.12 0.54 0.36
HSL 46.52º 0.37% 0.47% -
HSV(B) 46.52º 0.54% 0.64% -
XYZ 26.55 28.35 10.73 -
YUV 142.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 164 144 75 0 0.12 0.54 0.36 46.52 0.37 0.47
Hex A4 90 4B 0 C 36 24 2F 25 2F
Octal 244 220 113 0 14 66 44 57 45 57
Binary 10100100 10010000 1001011 0 1100 110110 100100 101111 100101 101111

Color Harmonies of #A4904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4904B

Black with #A4904B

Text Example


Text Example

White with #A4904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4904B; }

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

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

background-color css

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

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

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

border-color css

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

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

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