Html Css Color HEX #A1AC4B Green Smoke

📋 copy color: '#A1AC4B'

red 161 ◦ green 172 ◦ blue 75

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

Shades of Green Smoke #A1AC4B

Tints of Green Smoke #A1AC4B

RGB

 RED value IS 161 (63.28% from 255) = 39.46%

 GREEN value IS 172 (67.58% from 255) = 42.16%

 BLUE value IS 75 (29.69% from 255) = 18.38%

R = 39.46%
G = 42.16%
B = 18.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#A1AC4B (or 0xA1AC4B) is known color: Green Smoke. HEX triplet: A1, AC and 4B. RGB value is (161,172,75). Sum of RGB (Red+Green+Blue) = 161+172+75=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AC4B is #5E53B4. Grayscale: #9E9E9E. Windows color (decimal): -6181813 or 4959393. OLE color: 4959393.

HSL color Cylindrical-coordinate representation of color #A1AC4B: hue angle of 66.8º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1AC4B is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 172 75 -
CMYK 0.06 0 0.56 0.33
HSL 66.8º 0.39% 0.48% -
HSV(B) 66.8º 0.56% 0.67% -
XYZ 30.72 37.59 12.29 -
YUV 157.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 161 172 75 0.06 0 0.56 0.33 66.8 0.39 0.48
Hex A1 AC 4B 6 0 38 21 43 27 30
Octal 241 254 113 6 0 70 41 103 47 60
Binary 10100001 10101100 1001011 110 0 111000 100001 1000011 100111 110000

Color Harmonies of #A1AC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AC4B

Black with #A1AC4B

Text Example


Text Example

White with #A1AC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AC4B; }

 p { color: rgb(161,172,75); }

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

background-color css

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

 a { background-color: rgb(161,172,75); }

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

border-color css

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

 span { border-color: rgb(161,172,75); }

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