Html Css Color HEX #A2AB48 Brass

📋 copy color: '#A2AB48'

red 162 ◦ green 171 ◦ blue 72

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

Shades of Brass #A2AB48

Tints of Brass #A2AB48

RGB

 RED value IS 162 (63.67% from 255) = 40%

 GREEN value IS 171 (67.19% from 255) = 42.22%

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 40%
G = 42.22%
B = 17.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#A2AB48 (or 0xA2AB48) is known color: Brass. HEX triplet: A2, AB and 48. RGB value is (162,171,72). Sum of RGB (Red+Green+Blue) = 162+171+72=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB48 is #5D54B7. Grayscale: #9D9D9D. Windows color (decimal): -6116536 or 4762530. OLE color: 4762530.

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

Color convert

RGB 162 171 72 -
CMYK 0.05 0 0.58 0.33
HSL 65.45º 0.41% 0.48% -
HSV(B) 65.45º 0.58% 0.67% -
XYZ 30.63 37.28 11.71 -
YUV 157.02 80.02 131.55 -
System Red Green Blue C M Y K H S L
Decimal 162 171 72 0.05 0 0.58 0.33 65.45 0.41 0.48
Hex A2 AB 48 5 0 3A 21 41 29 30
Octal 242 253 110 5 0 72 41 101 51 60
Binary 10100010 10101011 1001000 101 0 111010 100001 1000001 101001 110000

Color Harmonies of #A2AB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB48

Black with #A2AB48

Text Example


Text Example

White with #A2AB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB48; }

 p { color: rgb(162,171,72); }

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

background-color css

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

 a { background-color: rgb(162,171,72); }

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

border-color css

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

 span { border-color: rgb(162,171,72); }

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