Html Css Color HEX #ABA248 Brass

📋 copy color: '#ABA248'

red 171 ◦ green 162 ◦ blue 72

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

Shades of Brass #ABA248

Tints of Brass #ABA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

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

R = 42.22%
G = 40%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABA248 (or 0xABA248) is known color: Brass. HEX triplet: AB, A2 and 48. RGB value is (171,162,72). Sum of RGB (Red+Green+Blue) = 171+162+72=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA248 is #545DB7. Grayscale: #9A9A9A. Windows color (decimal): -5529016 or 4760235. OLE color: 4760235.

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

Color convert

RGB 171 162 72 -
CMYK 0 0.05 0.58 0.33
HSL 54.55º 0.41% 0.48% -
HSV(B) 54.55º 0.58% 0.67% -
XYZ 30.88 34.97 11.25 -
YUV 154.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 171 162 72 0 0.05 0.58 0.33 54.55 0.41 0.48
Hex AB A2 48 0 5 3A 21 37 29 30
Octal 253 242 110 0 5 72 41 67 51 60
Binary 10101011 10100010 1001000 0 101 111010 100001 110111 101001 110000

Color Harmonies of #ABA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA248

Black with #ABA248

Text Example


Text Example

White with #ABA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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