Html Css Color HEX #A5B063 Green Smoke

📋 copy color: '#A5B063'

red 165 ◦ green 176 ◦ blue 99

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

Shades of Green Smoke #A5B063

Tints of Green Smoke #A5B063

RGB

 RED value IS 165 (64.84% from 255) = 37.5%

 GREEN value IS 176 (69.14% from 255) = 40%

 BLUE value IS 99 (39.06% from 255) = 22.5%

R = 37.5%
G = 40%
B = 22.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#A5B063 (or 0xA5B063) is known color: Green Smoke. HEX triplet: A5, B0 and 63. RGB value is (165,176,99). Sum of RGB (Red+Green+Blue) = 165+176+99=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B063 is #5A4F9C. Grayscale: #A4A4A4. Windows color (decimal): -5918621 or 6533285. OLE color: 6533285.

HSL color Cylindrical-coordinate representation of color #A5B063: hue angle of 68.57º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5B063 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 176 99 -
CMYK 0.06 0 0.44 0.31
HSL 68.57º 0.33% 0.54% -
HSV(B) 68.57º 0.44% 0.69% -
XYZ 33.29 39.95 17.76 -
YUV 163.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 165 176 99 0.06 0 0.44 0.31 68.57 0.33 0.54
Hex A5 B0 63 6 0 2C 1F 45 21 36
Octal 245 260 143 6 0 54 37 105 41 66
Binary 10100101 10110000 1100011 110 0 101100 11111 1000101 100001 110110

Color Harmonies of #A5B063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B063

Black with #A5B063

Text Example


Text Example

White with #A5B063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B063; }

 p { color: rgb(165,176,99); }

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

background-color css

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

 a { background-color: rgb(165,176,99); }

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

border-color css

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

 span { border-color: rgb(165,176,99); }

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