Html Css Color HEX #ABA646 Brass

📋 copy color: '#ABA646'

red 171 ◦ green 166 ◦ blue 70

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

Shades of Brass #ABA646

Tints of Brass #ABA646

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

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

R = 42.01%
G = 40.79%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#ABA646 (or 0xABA646) is known color: Brass. HEX triplet: AB, A6 and 46. RGB value is (171,166,70). Sum of RGB (Red+Green+Blue) = 171+166+70=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA646 is #5459B9. Grayscale: #9C9C9C. Windows color (decimal): -5527994 or 4630187. OLE color: 4630187.

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

Color convert

RGB 171 166 70 -
CMYK 0 0.03 0.59 0.33
HSL 57.03º 0.42% 0.47% -
HSV(B) 57.03º 0.59% 0.67% -
XYZ 31.54 36.37 11.15 -
YUV 156.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 171 166 70 0 0.03 0.59 0.33 57.03 0.42 0.47
Hex AB A6 46 0 3 3B 21 39 2A 2F
Octal 253 246 106 0 3 73 41 71 52 57
Binary 10101011 10100110 1000110 0 11 111011 100001 111001 101010 101111

Color Harmonies of #ABA646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA646

Black with #ABA646

Text Example


Text Example

White with #ABA646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA646; }

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

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

background-color css

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

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

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

border-color css

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

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

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