Html Css Color HEX #A69348 Turmeric

📋 copy color: '#A69348'

red 166 ◦ green 147 ◦ blue 72

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

Shades of Turmeric #A69348

Tints of Turmeric #A69348

RGB

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

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

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

R = 43.12%
G = 38.18%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A69348 (or 0xA69348) is known color: Turmeric. HEX triplet: A6, 93 and 48. RGB value is (166,147,72). Sum of RGB (Red+Green+Blue) = 166+147+72=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A69348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69348 is #596CB7. Grayscale: #909090. Windows color (decimal): -5860536 or 4756390. OLE color: 4756390.

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

Color convert

RGB 166 147 72 -
CMYK 0 0.11 0.57 0.35
HSL 47.87º 0.39% 0.47% -
HSV(B) 47.87º 0.57% 0.65% -
XYZ 27.33 29.44 10.37 -
YUV 144.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 166 147 72 0 0.11 0.57 0.35 47.87 0.39 0.47
Hex A6 93 48 0 B 39 23 30 27 2F
Octal 246 223 110 0 13 71 43 60 47 57
Binary 10100110 10010011 1001000 0 1011 111001 100011 110000 100111 101111

Color Harmonies of #A69348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69348

Black with #A69348

Text Example


Text Example

White with #A69348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69348; }

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

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

background-color css

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

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

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

border-color css

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

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

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