Html Css Color HEX #ABA747 Brass

📋 copy color: '#ABA747'

red 171 ◦ green 167 ◦ blue 71

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

Shades of Brass #ABA747

Tints of Brass #ABA747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

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

R = 41.81%
G = 40.83%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ABA747 (or 0xABA747) is known color: Brass. HEX triplet: AB, A7 and 47. RGB value is (171,167,71). Sum of RGB (Red+Green+Blue) = 171+167+71=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA747 is #5458B8. Grayscale: #9D9D9D. Windows color (decimal): -5527737 or 4695979. OLE color: 4695979.

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

Color convert

RGB 171 167 71 -
CMYK 0 0.02 0.58 0.33
HSL 57.6º 0.41% 0.47% -
HSV(B) 57.6º 0.58% 0.67% -
XYZ 31.75 36.75 11.38 -
YUV 157.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 171 167 71 0 0.02 0.58 0.33 57.6 0.41 0.47
Hex AB A7 47 0 2 3A 21 3A 29 2F
Octal 253 247 107 0 2 72 41 72 51 57
Binary 10101011 10100111 1000111 0 10 111010 100001 111010 101001 101111

Color Harmonies of #ABA747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA747

Black with #ABA747

Text Example


Text Example

White with #ABA747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA747; }

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

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

background-color css

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

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

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

border-color css

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

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

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