Html Css Color HEX #ABA440 Brass

📋 copy color: '#ABA440'

red 171 ◦ green 164 ◦ blue 64

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

Shades of Brass #ABA440

Tints of Brass #ABA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.1%

 BLUE value IS 64 (25.39% from 255) = 16.04%

R = 42.86%
G = 41.1%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ABA440 (or 0xABA440) is known color: Brass. HEX triplet: AB, A4 and 40. RGB value is (171,164,64). Sum of RGB (Red+Green+Blue) = 171+164+64=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA440 is #545BBF. Grayscale: #9B9B9B. Windows color (decimal): -5528512 or 4236459. OLE color: 4236459.

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

Color convert

RGB 171 164 64 -
CMYK 0 0.04 0.63 0.33
HSL 56.07º 0.46% 0.46% -
HSV(B) 56.07º 0.63% 0.67% -
XYZ 31 35.58 10.08 -
YUV 154.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 171 164 64 0 0.04 0.63 0.33 56.07 0.46 0.46
Hex AB A4 40 0 4 3F 21 38 2E 2E
Octal 253 244 100 0 4 77 41 70 56 56
Binary 10101011 10100100 1000000 0 100 111111 100001 111000 101110 101110

Color Harmonies of #ABA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA440

Black with #ABA440

Text Example


Text Example

White with #ABA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA440; }

 p { color: rgb(171,164,64); }

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

background-color css

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

 a { background-color: rgb(171,164,64); }

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

border-color css

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

 span { border-color: rgb(171,164,64); }

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