Html Css Color HEX #A69148 Turmeric

📋 copy color: '#A69148'

red 166 ◦ green 145 ◦ blue 72

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

Shades of Turmeric #A69148

Tints of Turmeric #A69148

RGB

 RED value IS 166 (65.23% from 255) = 43.34%

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

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

R = 43.34%
G = 37.86%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A69148 (or 0xA69148) is known color: Turmeric. HEX triplet: A6, 91 and 48. RGB value is (166,145,72). Sum of RGB (Red+Green+Blue) = 166+145+72=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A69148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69148 is #596EB7. Grayscale: #8F8F8F. Windows color (decimal): -5861048 or 4755878. OLE color: 4755878.

HSL color Cylindrical-coordinate representation of color #A69148: hue angle of 46.6º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A69148 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 145 72 -
CMYK 0 0.13 0.57 0.35
HSL 46.6º 0.39% 0.47% -
HSV(B) 46.6º 0.57% 0.65% -
XYZ 27.02 28.83 10.27 -
YUV 142.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 166 145 72 0 0.13 0.57 0.35 46.6 0.39 0.47
Hex A6 91 48 0 D 39 23 2F 27 2F
Octal 246 221 110 0 15 71 43 57 47 57
Binary 10100110 10010001 1001000 0 1101 111001 100011 101111 100111 101111

Color Harmonies of #A69148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69148

Black with #A69148

Text Example


Text Example

White with #A69148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69148; }

 p { color: rgb(166,145,72); }

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

background-color css

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

 a { background-color: rgb(166,145,72); }

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

border-color css

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

 span { border-color: rgb(166,145,72); }

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