Html Css Color HEX #ABA346 Brass

📋 copy color: '#ABA346'

red 171 ◦ green 163 ◦ blue 70

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

Shades of Brass #ABA346

Tints of Brass #ABA346

RGB

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

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

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

R = 42.33%
G = 40.35%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#ABA346 (or 0xABA346) is known color: Brass. HEX triplet: AB, A3 and 46. RGB value is (171,163,70). Sum of RGB (Red+Green+Blue) = 171+163+70=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA346 is #545CB9. Grayscale: #9B9B9B. Windows color (decimal): -5528762 or 4629419. OLE color: 4629419.

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

Color convert

RGB 171 163 70 -
CMYK 0 0.05 0.59 0.33
HSL 55.25º 0.42% 0.47% -
HSV(B) 55.25º 0.59% 0.67% -
XYZ 31 35.29 10.97 -
YUV 154.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 171 163 70 0 0.05 0.59 0.33 55.25 0.42 0.47
Hex AB A3 46 0 5 3B 21 37 2A 2F
Octal 253 243 106 0 5 73 41 67 52 57
Binary 10101011 10100011 1000110 0 101 111011 100001 110111 101010 101111

Color Harmonies of #ABA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA346

Black with #ABA346

Text Example


Text Example

White with #ABA346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA346; }

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

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

background-color css

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

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

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

border-color css

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

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

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