Html Css Color HEX #ABA044 Brass

📋 copy color: '#ABA044'

red 171 ◦ green 160 ◦ blue 68

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

Shades of Brass #ABA044

Tints of Brass #ABA044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

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

R = 42.86%
G = 40.1%
B = 17.04%

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

#ABA044 (or 0xABA044) is known color: Brass. HEX triplet: AB, A0 and 44. RGB value is (171,160,68). Sum of RGB (Red+Green+Blue) = 171+160+68=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA044 is #545FBB. Grayscale: #999999. Windows color (decimal): -5529532 or 4497579. OLE color: 4497579.

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

Color convert

RGB 171 160 68 -
CMYK 0 0.06 0.60 0.33
HSL 53.59º 0.43% 0.47% -
HSV(B) 53.59º 0.6% 0.67% -
XYZ 30.41 34.22 10.47 -
YUV 152.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 171 160 68 0 0.06 0.60 0.33 53.59 0.43 0.47
Hex AB A0 44 0 6 3C 21 36 2B 2F
Octal 253 240 104 0 6 74 41 66 53 57
Binary 10101011 10100000 1000100 0 110 111100 100001 110110 101011 101111

Color Harmonies of #ABA044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA044

Black with #ABA044

Text Example


Text Example

White with #ABA044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA044; }

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

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

background-color css

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

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

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

border-color css

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

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

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