Html Css Color HEX #ABA341 Brass

📋 copy color: '#ABA341'

red 171 ◦ green 163 ◦ blue 65

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

Shades of Brass #ABA341

Tints of Brass #ABA341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 42.86%
G = 40.85%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#ABA341 (or 0xABA341) is known color: Brass. HEX triplet: AB, A3 and 41. RGB value is (171,163,65). Sum of RGB (Red+Green+Blue) = 171+163+65=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA341 is #545CBE. Grayscale: #9A9A9A. Windows color (decimal): -5528767 or 4301739. OLE color: 4301739.

HSL color Cylindrical-coordinate representation of color #ABA341: hue angle of 55.47º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABA341 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 65 -
CMYK 0 0.05 0.62 0.33
HSL 55.47º 0.45% 0.46% -
HSV(B) 55.47º 0.62% 0.67% -
XYZ 30.85 35.23 10.18 -
YUV 154.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 171 163 65 0 0.05 0.62 0.33 55.47 0.45 0.46
Hex AB A3 41 0 5 3E 21 37 2D 2E
Octal 253 243 101 0 5 76 41 67 55 56
Binary 10101011 10100011 1000001 0 101 111110 100001 110111 101101 101110

Color Harmonies of #ABA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA341

Black with #ABA341

Text Example


Text Example

White with #ABA341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA341; }

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

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

background-color css

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

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

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

border-color css

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

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

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