Html Css Color HEX #ABA846 Brass

📋 copy color: '#ABA846'

red 171 ◦ green 168 ◦ blue 70

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

Shades of Brass #ABA846

Tints of Brass #ABA846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.11%

R = 41.81%
G = 41.08%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#ABA846 (or 0xABA846) is known color: Brass. HEX triplet: AB, A8 and 46. RGB value is (171,168,70). Sum of RGB (Red+Green+Blue) = 171+168+70=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA846 is #5457B9. Grayscale: #9E9E9E. Windows color (decimal): -5527482 or 4630699. OLE color: 4630699.

HSL color Cylindrical-coordinate representation of color #ABA846: hue angle of 58.22º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABA846 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 70 -
CMYK 0 0.02 0.59 0.33
HSL 58.22º 0.42% 0.47% -
HSV(B) 58.22º 0.59% 0.67% -
XYZ 31.9 37.11 11.27 -
YUV 157.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 171 168 70 0 0.02 0.59 0.33 58.22 0.42 0.47
Hex AB A8 46 0 2 3B 21 3A 2A 2F
Octal 253 250 106 0 2 73 41 72 52 57
Binary 10101011 10101000 1000110 0 10 111011 100001 111010 101010 101111

Color Harmonies of #ABA846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA846

Black with #ABA846

Text Example


Text Example

White with #ABA846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA846; }

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

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

background-color css

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

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

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

border-color css

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

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

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