Html Css Color HEX #ABAE48 Brass

📋 copy color: '#ABAE48'

red 171 ◦ green 174 ◦ blue 72

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

Shades of Brass #ABAE48

Tints of Brass #ABAE48

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.73%

 BLUE value IS 72 (28.52% from 255) = 17.27%

R = 41.01%
G = 41.73%
B = 17.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#ABAE48 (or 0xABAE48) is known color: Brass. HEX triplet: AB, AE and 48. RGB value is (171,174,72). Sum of RGB (Red+Green+Blue) = 171+174+72=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE48 is #5451B7. Grayscale: #A1A1A1. Windows color (decimal): -5525944 or 4763307. OLE color: 4763307.

HSL color Cylindrical-coordinate representation of color #ABAE48: hue angle of 61.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABAE48 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 72 -
CMYK 0.02 0 0.59 0.32
HSL 61.76º 0.41% 0.48% -
HSV(B) 61.76º 0.59% 0.68% -
XYZ 33.1 39.4 11.99 -
YUV 161.48 77.51 134.79 -
System Red Green Blue C M Y K H S L
Decimal 171 174 72 0.02 0 0.59 0.32 61.76 0.41 0.48
Hex AB AE 48 2 0 3B 20 3E 29 30
Octal 253 256 110 2 0 73 40 76 51 60
Binary 10101011 10101110 1001000 10 0 111011 100000 111110 101001 110000

Color Harmonies of #ABAE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE48

Black with #ABAE48

Text Example


Text Example

White with #ABAE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE48; }

 p { color: rgb(171,174,72); }

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

background-color css

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

 a { background-color: rgb(171,174,72); }

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

border-color css

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

 span { border-color: rgb(171,174,72); }

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