Html Css Color HEX #ABAE45 Brass

📋 copy color: '#ABAE45'

red 171 ◦ green 174 ◦ blue 69

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

Shades of Brass #ABAE45

Tints of Brass #ABAE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.67%

R = 41.3%
G = 42.03%
B = 16.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#ABAE45 (or 0xABAE45) is known color: Brass. HEX triplet: AB, AE and 45. RGB value is (171,174,69). Sum of RGB (Red+Green+Blue) = 171+174+69=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE45 is #5451BA. Grayscale: #A1A1A1. Windows color (decimal): -5525947 or 4566699. OLE color: 4566699.

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

Color convert

RGB 171 174 69 -
CMYK 0.02 0 0.60 0.32
HSL 61.71º 0.43% 0.48% -
HSV(B) 61.71º 0.6% 0.68% -
XYZ 33 39.36 11.49 -
YUV 161.13 76.01 135.04 -
System Red Green Blue C M Y K H S L
Decimal 171 174 69 0.02 0 0.60 0.32 61.71 0.43 0.48
Hex AB AE 45 2 0 3C 20 3E 2B 30
Octal 253 256 105 2 0 74 40 76 53 60
Binary 10101011 10101110 1000101 10 0 111100 100000 111110 101011 110000

Color Harmonies of #ABAE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE45

Black with #ABAE45

Text Example


Text Example

White with #ABAE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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