Html Css Color HEX #ABAE37 Brass

📋 copy color: '#ABAE37'

red 171 ◦ green 174 ◦ blue 55

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

Shades of Brass #ABAE37

Tints of Brass #ABAE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.75%

R = 42.75%
G = 43.5%
B = 13.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#ABAE37 (or 0xABAE37) is known color: Brass. HEX triplet: AB, AE and 37. RGB value is (171,174,55). Sum of RGB (Red+Green+Blue) = 171+174+55=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE37 is #5451C8. Grayscale: #A0A0A0. Windows color (decimal): -5525961 or 3649195. OLE color: 3649195.

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

Color convert

RGB 171 174 55 -
CMYK 0.02 0 0.68 0.32
HSL 61.51º 0.52% 0.45% -
HSV(B) 61.51º 0.68% 0.68% -
XYZ 32.62 39.21 9.46 -
YUV 159.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 171 174 55 0.02 0 0.68 0.32 61.51 0.52 0.45
Hex AB AE 37 2 0 44 20 3E 34 2D
Octal 253 256 67 2 0 104 40 76 64 55
Binary 10101011 10101110 110111 10 0 1000100 100000 111110 110100 101101

Color Harmonies of #ABAE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE37

Black with #ABAE37

Text Example


Text Example

White with #ABAE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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