Html Css Color HEX #ABA847 Brass

📋 copy color: '#ABA847'

red 171 ◦ green 168 ◦ blue 71

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

Shades of Brass #ABA847

Tints of Brass #ABA847

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

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

R = 41.71%
G = 40.98%
B = 17.32%

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

#ABA847 (or 0xABA847) is known color: Brass. HEX triplet: AB, A8 and 47. RGB value is (171,168,71). Sum of RGB (Red+Green+Blue) = 171+168+71=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA847 is #5457B8. Grayscale: #9E9E9E. Windows color (decimal): -5527481 or 4696235. OLE color: 4696235.

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

Color convert

RGB 171 168 71 -
CMYK 0 0.02 0.58 0.33
HSL 58.2º 0.41% 0.47% -
HSV(B) 58.2º 0.58% 0.67% -
XYZ 31.93 37.12 11.44 -
YUV 157.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 171 168 71 0 0.02 0.58 0.33 58.2 0.41 0.47
Hex AB A8 47 0 2 3A 21 3A 29 2F
Octal 253 250 107 0 2 72 41 72 51 57
Binary 10101011 10101000 1000111 0 10 111010 100001 111010 101001 101111

Color Harmonies of #ABA847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA847

Black with #ABA847

Text Example


Text Example

White with #ABA847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA847; }

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

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

background-color css

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

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

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

border-color css

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

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

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