Html Css Color HEX #ABA550 Brass

📋 copy color: '#ABA550'

red 171 ◦ green 165 ◦ blue 80

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

Shades of Brass #ABA550

Tints of Brass #ABA550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.66%

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 41.11%
G = 39.66%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#ABA550 (or 0xABA550) is known color: Brass. HEX triplet: AB, A5 and 50. RGB value is (171,165,80). Sum of RGB (Red+Green+Blue) = 171+165+80=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA550 is #545AAF. Grayscale: #9D9D9D. Windows color (decimal): -5528240 or 5285291. OLE color: 5285291.

HSL color Cylindrical-coordinate representation of color #ABA550: hue angle of 56.04º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABA550 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 80 -
CMYK 0 0.04 0.53 0.33
HSL 56.04º 0.36% 0.49% -
HSV(B) 56.04º 0.53% 0.67% -
XYZ 31.7 36.15 12.9 -
YUV 157.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 171 165 80 0 0.04 0.53 0.33 56.04 0.36 0.49
Hex AB A5 50 0 4 35 21 38 24 31
Octal 253 245 120 0 4 65 41 70 44 61
Binary 10101011 10100101 1010000 0 100 110101 100001 111000 100100 110001

Color Harmonies of #ABA550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA550

Black with #ABA550

Text Example


Text Example

White with #ABA550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA550; }

 p { color: rgb(171,165,80); }

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

background-color css

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

 a { background-color: rgb(171,165,80); }

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

border-color css

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

 span { border-color: rgb(171,165,80); }

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