Html Css Color HEX #ABA144 Brass

📋 copy color: '#ABA144'

red 171 ◦ green 161 ◦ blue 68

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

Shades of Brass #ABA144

Tints of Brass #ABA144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

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

R = 42.75%
G = 40.25%
B = 17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#ABA144 (or 0xABA144) is known color: Brass. HEX triplet: AB, A1 and 44. RGB value is (171,161,68). Sum of RGB (Red+Green+Blue) = 171+161+68=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA144 is #545EBB. Grayscale: #999999. Windows color (decimal): -5529276 or 4497835. OLE color: 4497835.

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

Color convert

RGB 171 161 68 -
CMYK 0 0.06 0.60 0.33
HSL 54.17º 0.43% 0.47% -
HSV(B) 54.17º 0.6% 0.67% -
XYZ 30.58 34.57 10.53 -
YUV 153.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 171 161 68 0 0.06 0.60 0.33 54.17 0.43 0.47
Hex AB A1 44 0 6 3C 21 36 2B 2F
Octal 253 241 104 0 6 74 41 66 53 57
Binary 10101011 10100001 1000100 0 110 111100 100001 110110 101011 101111

Color Harmonies of #ABA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA144

Black with #ABA144

Text Example


Text Example

White with #ABA144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA144; }

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

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

background-color css

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

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

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

border-color css

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

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

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