Html Css Color HEX #ABA33F Brass

📋 copy color: '#ABA33F'

red 171 ◦ green 163 ◦ blue 63

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

Shades of Brass #ABA33F

Tints of Brass #ABA33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.87%

R = 43.07%
G = 41.06%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ABA33F (or 0xABA33F) is known color: Brass. HEX triplet: AB, A3 and 3F. RGB value is (171,163,63). Sum of RGB (Red+Green+Blue) = 171+163+63=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA33F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA33F is #545CC0. Grayscale: #9A9A9A. Windows color (decimal): -5528769 or 4170667. OLE color: 4170667.

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

Color convert

RGB 171 163 63 -
CMYK 0 0.05 0.63 0.33
HSL 55.56º 0.46% 0.46% -
HSV(B) 55.56º 0.63% 0.67% -
XYZ 30.79 35.21 9.88 -
YUV 153.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 171 163 63 0 0.05 0.63 0.33 55.56 0.46 0.46
Hex AB A3 3F 0 5 3F 21 38 2E 2E
Octal 253 243 77 0 5 77 41 70 56 56
Binary 10101011 10100011 111111 0 101 111111 100001 111000 101110 101110

Color Harmonies of #ABA33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA33F

Black with #ABA33F

Text Example


Text Example

White with #ABA33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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