Html Css Color HEX #A89048 Turmeric

📋 copy color: '#A89048'

red 168 ◦ green 144 ◦ blue 72

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

Shades of Turmeric #A89048

Tints of Turmeric #A89048

RGB

 RED value IS 168 (66.02% from 255) = 43.75%

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

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 43.75%
G = 37.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A89048 (or 0xA89048) is known color: Turmeric. HEX triplet: A8, 90 and 48. RGB value is (168,144,72). Sum of RGB (Red+Green+Blue) = 168+144+72=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A89048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89048 is #576FB7. Grayscale: #8F8F8F. Windows color (decimal): -5730232 or 4755624. OLE color: 4755624.

HSL color Cylindrical-coordinate representation of color #A89048: hue angle of 45º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A89048 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 144 72 -
CMYK 0 0.14 0.57 0.34
HSL 45º 0.4% 0.47% -
HSV(B) 45º 0.57% 0.66% -
XYZ 27.29 28.74 10.24 -
YUV 142.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 168 144 72 0 0.14 0.57 0.34 45 0.4 0.47
Hex A8 90 48 0 E 39 22 2D 28 2F
Octal 250 220 110 0 16 71 42 55 50 57
Binary 10101000 10010000 1001000 0 1110 111001 100010 101101 101000 101111

Color Harmonies of #A89048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89048

Black with #A89048

Text Example


Text Example

White with #A89048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89048; }

 p { color: rgb(168,144,72); }

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

background-color css

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

 a { background-color: rgb(168,144,72); }

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

border-color css

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

 span { border-color: rgb(168,144,72); }

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