Html Css Color HEX #A3A790 Bud

📋 copy color: '#A3A790'

red 163 ◦ green 167 ◦ blue 144

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

Shades of Bud #A3A790

Tints of Bud #A3A790

RGB

 RED value IS 163 (64.06% from 255) = 34.39%

 GREEN value IS 167 (65.63% from 255) = 35.23%

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

R = 34.39%
G = 35.23%
B = 30.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A3A790 (or 0xA3A790) is known color: Bud. HEX triplet: A3, A7 and 90. RGB value is (163,167,144). Sum of RGB (Red+Green+Blue) = 163+167+144=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A790 is #5C586F. Grayscale: #A3A3A3. Windows color (decimal): -6051952 or 9480099. OLE color: 9480099.

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

Color convert

RGB 163 167 144 -
CMYK 0.02 0 0.14 0.35
HSL 70.43º 0.12% 0.61% -
HSV(B) 70.43º 0.14% 0.65% -
XYZ 33.96 37.44 31.82 -
YUV 163.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 163 167 144 0.02 0 0.14 0.35 70.43 0.12 0.61
Hex A3 A7 90 2 0 E 23 46 C 3D
Octal 243 247 220 2 0 16 43 106 14 75
Binary 10100011 10100111 10010000 10 0 1110 100011 1000110 1100 111101

Color Harmonies of #A3A790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A790

Black with #A3A790

Text Example


Text Example

White with #A3A790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A790; }

 p { color: rgb(163,167,144); }

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

background-color css

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

 a { background-color: rgb(163,167,144); }

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

border-color css

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

 span { border-color: rgb(163,167,144); }

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