Html Css Color HEX #ABA244 Brass

📋 copy color: '#ABA244'

red 171 ◦ green 162 ◦ blue 68

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

Shades of Brass #ABA244

Tints of Brass #ABA244

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#ABA244 (or 0xABA244) is known color: Brass. HEX triplet: AB, A2 and 44. RGB value is (171,162,68). Sum of RGB (Red+Green+Blue) = 171+162+68=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA244 is #545DBB. Grayscale: #9A9A9A. Windows color (decimal): -5529020 or 4498091. OLE color: 4498091.

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

Color convert

RGB 171 162 68 -
CMYK 0 0.05 0.60 0.33
HSL 54.76º 0.43% 0.47% -
HSV(B) 54.76º 0.6% 0.67% -
XYZ 30.76 34.92 10.59 -
YUV 153.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 171 162 68 0 0.05 0.60 0.33 54.76 0.43 0.47
Hex AB A2 44 0 5 3C 21 37 2B 2F
Octal 253 242 104 0 5 74 41 67 53 57
Binary 10101011 10100010 1000100 0 101 111100 100001 110111 101011 101111

Color Harmonies of #ABA244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA244

Black with #ABA244

Text Example


Text Example

White with #ABA244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA244; }

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

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

background-color css

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

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

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

border-color css

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

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

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