Html Css Color HEX #ABA347 Brass

📋 copy color: '#ABA347'

red 171 ◦ green 163 ◦ blue 71

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

Shades of Brass #ABA347

Tints of Brass #ABA347

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

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

R = 42.22%
G = 40.25%
B = 17.53%

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

#ABA347 (or 0xABA347) is known color: Brass. HEX triplet: AB, A3 and 47. RGB value is (171,163,71). Sum of RGB (Red+Green+Blue) = 171+163+71=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA347 is #545CB8. Grayscale: #9B9B9B. Windows color (decimal): -5528761 or 4694955. OLE color: 4694955.

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

Color convert

RGB 171 163 71 -
CMYK 0 0.05 0.58 0.33
HSL 55.2º 0.41% 0.47% -
HSV(B) 55.2º 0.58% 0.67% -
XYZ 31.03 35.31 11.14 -
YUV 154.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 171 163 71 0 0.05 0.58 0.33 55.2 0.41 0.47
Hex AB A3 47 0 5 3A 21 37 29 2F
Octal 253 243 107 0 5 72 41 67 51 57
Binary 10101011 10100011 1000111 0 101 111010 100001 110111 101001 101111

Color Harmonies of #ABA347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA347

Black with #ABA347

Text Example


Text Example

White with #ABA347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA347; }

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

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

background-color css

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

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

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

border-color css

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

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

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