Html Css Color HEX #A0A690 Bud

📋 copy color: '#A0A690'

red 160 ◦ green 166 ◦ blue 144

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

Shades of Bud #A0A690

Tints of Bud #A0A690

RGB

 RED value IS 160 (62.89% from 255) = 34.04%

 GREEN value IS 166 (65.23% from 255) = 35.32%

 BLUE value IS 144 (56.64% from 255) = 30.64%

R = 34.04%
G = 35.32%
B = 30.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A0A690 (or 0xA0A690) is known color: Bud. HEX triplet: A0, A6 and 90. RGB value is (160,166,144). Sum of RGB (Red+Green+Blue) = 160+166+144=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A690 is #5F596F. Grayscale: #A1A1A1. Windows color (decimal): -6248816 or 9479840. OLE color: 9479840.

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

Color convert

RGB 160 166 144 -
CMYK 0.04 0 0.13 0.35
HSL 76.36º 0.11% 0.61% -
HSV(B) 76.36º 0.13% 0.65% -
XYZ 33.17 36.76 31.73 -
YUV 161.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 160 166 144 0.04 0 0.13 0.35 76.36 0.11 0.61
Hex A0 A6 90 4 0 D 23 4C B 3D
Octal 240 246 220 4 0 15 43 114 13 75
Binary 10100000 10100110 10010000 100 0 1101 100011 1001100 1011 111101

Color Harmonies of #A0A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A690

Black with #A0A690

Text Example


Text Example

White with #A0A690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A690; }

 p { color: rgb(160,166,144); }

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

background-color css

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

 a { background-color: rgb(160,166,144); }

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

border-color css

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

 span { border-color: rgb(160,166,144); }

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