Html Css Color HEX #ABAE3E Brass

📋 copy color: '#ABAE3E'

red 171 ◦ green 174 ◦ blue 62

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

Shades of Brass #ABAE3E

Tints of Brass #ABAE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.23%

R = 42.01%
G = 42.75%
B = 15.23%

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

#ABAE3E (or 0xABAE3E) is known color: Brass. HEX triplet: AB, AE and 3E. RGB value is (171,174,62). Sum of RGB (Red+Green+Blue) = 171+174+62=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE3E is #5451C1. Grayscale: #A0A0A0. Windows color (decimal): -5525954 or 4107947. OLE color: 4107947.

HSL color Cylindrical-coordinate representation of color #ABAE3E: hue angle of 61.61º 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 #ABAE3E is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 62 -
CMYK 0.02 0 0.64 0.32
HSL 61.61º 0.47% 0.46% -
HSV(B) 61.61º 0.64% 0.68% -
XYZ 32.8 39.28 10.41 -
YUV 160.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 171 174 62 0.02 0 0.64 0.32 61.61 0.47 0.46
Hex AB AE 3E 2 0 40 20 3E 2F 2E
Octal 253 256 76 2 0 100 40 76 57 56
Binary 10101011 10101110 111110 10 0 1000000 100000 111110 101111 101110

Color Harmonies of #ABAE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE3E

Black with #ABAE3E

Text Example


Text Example

White with #ABAE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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