Html Css Color HEX #ABA447 Brass

📋 copy color: '#ABA447'

red 171 ◦ green 164 ◦ blue 71

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

Shades of Brass #ABA447

Tints of Brass #ABA447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 42.12%
G = 40.39%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABA447 (or 0xABA447) is known color: Brass. HEX triplet: AB, A4 and 47. RGB value is (171,164,71). Sum of RGB (Red+Green+Blue) = 171+164+71=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA447 is #545BB8. Grayscale: #9B9B9B. Windows color (decimal): -5528505 or 4695211. OLE color: 4695211.

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

Color convert

RGB 171 164 71 -
CMYK 0 0.04 0.58 0.33
HSL 55.8º 0.41% 0.47% -
HSV(B) 55.8º 0.58% 0.67% -
XYZ 31.21 35.66 11.2 -
YUV 155.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 171 164 71 0 0.04 0.58 0.33 55.8 0.41 0.47
Hex AB A4 47 0 4 3A 21 38 29 2F
Octal 253 244 107 0 4 72 41 70 51 57
Binary 10101011 10100100 1000111 0 100 111010 100001 111000 101001 101111

Color Harmonies of #ABA447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA447

Black with #ABA447

Text Example


Text Example

White with #ABA447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA447; }

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

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

background-color css

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

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

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

border-color css

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

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

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