Html Css Color HEX #A69A3E Turmeric

📋 copy color: '#A69A3E'

red 166 ◦ green 154 ◦ blue 62

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

Shades of Turmeric #A69A3E

Tints of Turmeric #A69A3E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.31%

 BLUE value IS 62 (24.61% from 255) = 16.23%

R = 43.46%
G = 40.31%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A69A3E (or 0xA69A3E) is known color: Turmeric. HEX triplet: A6, 9A and 3E. RGB value is (166,154,62). Sum of RGB (Red+Green+Blue) = 166+154+62=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69A3E is #5965C1. Grayscale: #939393. Windows color (decimal): -5858754 or 4102822. OLE color: 4102822.

HSL color Cylindrical-coordinate representation of color #A69A3E: hue angle of 53.08º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A69A3E is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 154 62 -
CMYK 0 0.07 0.63 0.35
HSL 53.08º 0.46% 0.45% -
HSV(B) 53.08º 0.63% 0.65% -
XYZ 28.15 31.57 9.17 -
YUV 147.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 166 154 62 0 0.07 0.63 0.35 53.08 0.46 0.45
Hex A6 9A 3E 0 7 3F 23 35 2E 2D
Octal 246 232 76 0 7 77 43 65 56 55
Binary 10100110 10011010 111110 0 111 111111 100011 110101 101110 101101

Color Harmonies of #A69A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69A3E

Black with #A69A3E

Text Example


Text Example

White with #A69A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69A3E; }

 p { color: rgb(166,154,62); }

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

background-color css

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

 a { background-color: rgb(166,154,62); }

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

border-color css

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

 span { border-color: rgb(166,154,62); }

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