Html Css Color HEX #A2AB46 Brass

📋 copy color: '#A2AB46'

red 162 ◦ green 171 ◦ blue 70

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

Shades of Brass #A2AB46

Tints of Brass #A2AB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.37%

R = 40.2%
G = 42.43%
B = 17.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#A2AB46 (or 0xA2AB46) is known color: Brass. HEX triplet: A2, AB and 46. RGB value is (162,171,70). Sum of RGB (Red+Green+Blue) = 162+171+70=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB46 is #5D54B9. Grayscale: #9D9D9D. Windows color (decimal): -6116538 or 4631458. OLE color: 4631458.

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

Color convert

RGB 162 171 70 -
CMYK 0.05 0 0.59 0.33
HSL 65.35º 0.42% 0.47% -
HSV(B) 65.35º 0.59% 0.67% -
XYZ 30.57 37.25 11.37 -
YUV 156.8 79.02 131.71 -
System Red Green Blue C M Y K H S L
Decimal 162 171 70 0.05 0 0.59 0.33 65.35 0.42 0.47
Hex A2 AB 46 5 0 3B 21 41 2A 2F
Octal 242 253 106 5 0 73 41 101 52 57
Binary 10100010 10101011 1000110 101 0 111011 100001 1000001 101010 101111

Color Harmonies of #A2AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB46

Black with #A2AB46

Text Example


Text Example

White with #A2AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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