Html Css Color HEX #A89348 Turmeric

📋 copy color: '#A89348'

red 168 ◦ green 147 ◦ blue 72

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

Shades of Turmeric #A89348

Tints of Turmeric #A89348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 43.41%
G = 37.98%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A89348 (or 0xA89348) is known color: Turmeric. HEX triplet: A8, 93 and 48. RGB value is (168,147,72). Sum of RGB (Red+Green+Blue) = 168+147+72=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A89348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89348 is #576CB7. Grayscale: #919191. Windows color (decimal): -5729464 or 4756392. OLE color: 4756392.

HSL color Cylindrical-coordinate representation of color #A89348: hue angle of 46.88º 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 #A89348 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 72 -
CMYK 0 0.13 0.57 0.34
HSL 46.88º 0.4% 0.47% -
HSV(B) 46.88º 0.57% 0.66% -
XYZ 27.75 29.66 10.39 -
YUV 144.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 168 147 72 0 0.13 0.57 0.34 46.88 0.4 0.47
Hex A8 93 48 0 D 39 22 2F 28 2F
Octal 250 223 110 0 15 71 42 57 50 57
Binary 10101000 10010011 1001000 0 1101 111001 100010 101111 101000 101111

Color Harmonies of #A89348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89348

Black with #A89348

Text Example


Text Example

White with #A89348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89348; }

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

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

background-color css

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

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

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

border-color css

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

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

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