Html Css Color HEX #ABAE3F Brass

📋 copy color: '#ABAE3F'

red 171 ◦ green 174 ◦ blue 63

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

Shades of Brass #ABAE3F

Tints of Brass #ABAE3F

RGB

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

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

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

R = 41.91%
G = 42.65%
B = 15.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ABAE3F (or 0xABAE3F) is known color: Brass. HEX triplet: AB, AE and 3F. RGB value is (171,174,63). Sum of RGB (Red+Green+Blue) = 171+174+63=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE3F is #5451C0. Grayscale: #A0A0A0. Windows color (decimal): -5525953 or 4173483. OLE color: 4173483.

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

Color convert

RGB 171 174 63 -
CMYK 0.02 0 0.64 0.32
HSL 61.62º 0.47% 0.46% -
HSV(B) 61.62º 0.64% 0.68% -
XYZ 32.83 39.29 10.56 -
YUV 160.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 171 174 63 0.02 0 0.64 0.32 61.62 0.47 0.46
Hex AB AE 3F 2 0 40 20 3E 2F 2E
Octal 253 256 77 2 0 100 40 76 57 56
Binary 10101011 10101110 111111 10 0 1000000 100000 111110 101111 101110

Color Harmonies of #ABAE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE3F

Black with #ABAE3F

Text Example


Text Example

White with #ABAE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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