Html Css Color HEX #ABA247 Brass

📋 copy color: '#ABA247'

red 171 ◦ green 162 ◦ blue 71

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

Shades of Brass #ABA247

Tints of Brass #ABA247

RGB

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

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

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

R = 42.33%
G = 40.1%
B = 17.57%

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

#ABA247 (or 0xABA247) is known color: Brass. HEX triplet: AB, A2 and 47. RGB value is (171,162,71). Sum of RGB (Red+Green+Blue) = 171+162+71=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA247 is #545DB8. Grayscale: #9A9A9A. Windows color (decimal): -5529017 or 4694699. OLE color: 4694699.

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

Color convert

RGB 171 162 71 -
CMYK 0 0.05 0.58 0.33
HSL 54.6º 0.41% 0.47% -
HSV(B) 54.6º 0.58% 0.67% -
XYZ 30.85 34.95 11.08 -
YUV 154.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 171 162 71 0 0.05 0.58 0.33 54.6 0.41 0.47
Hex AB A2 47 0 5 3A 21 37 29 2F
Octal 253 242 107 0 5 72 41 67 51 57
Binary 10101011 10100010 1000111 0 101 111010 100001 110111 101001 101111

Color Harmonies of #ABA247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA247

Black with #ABA247

Text Example


Text Example

White with #ABA247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA247; }

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

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

background-color css

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

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

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

border-color css

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

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

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