Html Css Color HEX #A2AB44 Brass

📋 copy color: '#A2AB44'

red 162 ◦ green 171 ◦ blue 68

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

Shades of Brass #A2AB44

Tints of Brass #A2AB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.96%

R = 40.4%
G = 42.64%
B = 16.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#A2AB44 (or 0xA2AB44) is known color: Brass. HEX triplet: A2, AB and 44. RGB value is (162,171,68). Sum of RGB (Red+Green+Blue) = 162+171+68=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB44 is #5D54BB. Grayscale: #9C9C9C. Windows color (decimal): -6116540 or 4500386. OLE color: 4500386.

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

Color convert

RGB 162 171 68 -
CMYK 0.05 0 0.60 0.33
HSL 65.24º 0.43% 0.47% -
HSV(B) 65.24º 0.6% 0.67% -
XYZ 30.51 37.22 11.05 -
YUV 156.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 162 171 68 0.05 0 0.60 0.33 65.24 0.43 0.47
Hex A2 AB 44 5 0 3C 21 41 2B 2F
Octal 242 253 104 5 0 74 41 101 53 57
Binary 10100010 10101011 1000100 101 0 111100 100001 1000001 101011 101111

Color Harmonies of #A2AB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB44

Black with #A2AB44

Text Example


Text Example

White with #A2AB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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