Html Css Color HEX #ABA242 Brass

📋 copy color: '#ABA242'

red 171 ◦ green 162 ◦ blue 66

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

Shades of Brass #ABA242

Tints of Brass #ABA242

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#ABA242 (or 0xABA242) is known color: Brass. HEX triplet: AB, A2 and 42. RGB value is (171,162,66). Sum of RGB (Red+Green+Blue) = 171+162+66=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA242 is #545DBD. Grayscale: #9A9A9A. Windows color (decimal): -5529022 or 4367019. OLE color: 4367019.

HSL color Cylindrical-coordinate representation of color #ABA242: hue angle of 54.86º 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 #ABA242 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 66 -
CMYK 0 0.05 0.61 0.33
HSL 54.86º 0.44% 0.46% -
HSV(B) 54.86º 0.61% 0.67% -
XYZ 30.7 34.89 10.27 -
YUV 153.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 171 162 66 0 0.05 0.61 0.33 54.86 0.44 0.46
Hex AB A2 42 0 5 3D 21 37 2C 2E
Octal 253 242 102 0 5 75 41 67 54 56
Binary 10101011 10100010 1000010 0 101 111101 100001 110111 101100 101110

Color Harmonies of #ABA242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA242

Black with #ABA242

Text Example


Text Example

White with #ABA242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA242; }

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

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

background-color css

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

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

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

border-color css

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

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

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