Html Css Color HEX #ABA448 Brass

📋 copy color: '#ABA448'

red 171 ◦ green 164 ◦ blue 72

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

Shades of Brass #ABA448

Tints of Brass #ABA448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 42.01%
G = 40.29%
B = 17.69%

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

#ABA448 (or 0xABA448) is known color: Brass. HEX triplet: AB, A4 and 48. RGB value is (171,164,72). Sum of RGB (Red+Green+Blue) = 171+164+72=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA448 is #545BB7. Grayscale: #9B9B9B. Windows color (decimal): -5528504 or 4760747. OLE color: 4760747.

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

Color convert

RGB 171 164 72 -
CMYK 0 0.04 0.58 0.33
HSL 55.76º 0.41% 0.48% -
HSV(B) 55.76º 0.58% 0.67% -
XYZ 31.24 35.68 11.37 -
YUV 155.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 171 164 72 0 0.04 0.58 0.33 55.76 0.41 0.48
Hex AB A4 48 0 4 3A 21 38 29 30
Octal 253 244 110 0 4 72 41 70 51 60
Binary 10101011 10100100 1001000 0 100 111010 100001 111000 101001 110000

Color Harmonies of #ABA448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA448

Black with #ABA448

Text Example


Text Example

White with #ABA448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA448; }

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

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

background-color css

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

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

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

border-color css

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

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

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