Html Css Color HEX #A0B469 Green Smoke

📋 copy color: '#A0B469'

red 160 ◦ green 180 ◦ blue 105

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

Shades of Green Smoke #A0B469

Tints of Green Smoke #A0B469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

 BLUE value IS 105 (41.41% from 255) = 23.6%

R = 35.96%
G = 40.45%
B = 23.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#A0B469 (or 0xA0B469) is known color: Green Smoke. HEX triplet: A0, B4 and 69. RGB value is (160,180,105). Sum of RGB (Red+Green+Blue) = 160+180+105=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B469 is #5F4B96. Grayscale: #A5A5A5. Windows color (decimal): -6245271 or 6927520. OLE color: 6927520.

HSL color Cylindrical-coordinate representation of color #A0B469: hue angle of 76º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0B469 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 105 -
CMYK 0.11 0 0.42 0.29
HSL 76º 0.33% 0.56% -
HSV(B) 76º 0.42% 0.71% -
XYZ 33.37 41.14 19.55 -
YUV 165.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 160 180 105 0.11 0 0.42 0.29 76 0.33 0.56
Hex A0 B4 69 B 0 2A 1D 4C 21 38
Octal 240 264 151 13 0 52 35 114 41 70
Binary 10100000 10110100 1101001 1011 0 101010 11101 1001100 100001 111000

Color Harmonies of #A0B469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B469

Black with #A0B469

Text Example


Text Example

White with #A0B469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B469; }

 p { color: rgb(160,180,105); }

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

background-color css

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

 a { background-color: rgb(160,180,105); }

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

border-color css

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

 span { border-color: rgb(160,180,105); }

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