Html Css Color HEX #A2AB42 Brass

📋 copy color: '#A2AB42'

red 162 ◦ green 171 ◦ blue 66

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

Shades of Brass #A2AB42

Tints of Brass #A2AB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.54%

R = 40.6%
G = 42.86%
B = 16.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#A2AB42 (or 0xA2AB42) is known color: Brass. HEX triplet: A2, AB and 42. RGB value is (162,171,66). Sum of RGB (Red+Green+Blue) = 162+171+66=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB42 is #5D54BD. Grayscale: #9C9C9C. Windows color (decimal): -6116542 or 4369314. OLE color: 4369314.

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

Color convert

RGB 162 171 66 -
CMYK 0.05 0 0.61 0.33
HSL 65.14º 0.44% 0.46% -
HSV(B) 65.14º 0.61% 0.67% -
XYZ 30.45 37.2 10.73 -
YUV 156.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 162 171 66 0.05 0 0.61 0.33 65.14 0.44 0.46
Hex A2 AB 42 5 0 3D 21 41 2C 2E
Octal 242 253 102 5 0 75 41 101 54 56
Binary 10100010 10101011 1000010 101 0 111101 100001 1000001 101100 101110

Color Harmonies of #A2AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB42

Black with #A2AB42

Text Example


Text Example

White with #A2AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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