Html Css Color HEX #ABAC3E Brass

📋 copy color: '#ABAC3E'

red 171 ◦ green 172 ◦ blue 62

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

Shades of Brass #ABAC3E

Tints of Brass #ABAC3E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

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

R = 42.22%
G = 42.47%
B = 15.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#ABAC3E (or 0xABAC3E) is known color: Brass. HEX triplet: AB, AC and 3E. RGB value is (171,172,62). Sum of RGB (Red+Green+Blue) = 171+172+62=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC3E is #5453C1. Grayscale: #9F9F9F. Windows color (decimal): -5526466 or 4107435. OLE color: 4107435.

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

Color convert

RGB 171 172 62 -
CMYK 0.01 0 0.64 0.33
HSL 60.55º 0.47% 0.46% -
HSV(B) 60.55º 0.64% 0.67% -
XYZ 32.42 38.51 10.28 -
YUV 159.16 73.17 136.44 -
System Red Green Blue C M Y K H S L
Decimal 171 172 62 0.01 0 0.64 0.33 60.55 0.47 0.46
Hex AB AC 3E 1 0 40 21 3D 2F 2E
Octal 253 254 76 1 0 100 41 75 57 56
Binary 10101011 10101100 111110 1 0 1000000 100001 111101 101111 101110

Color Harmonies of #ABAC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC3E

Black with #ABAC3E

Text Example


Text Example

White with #ABAC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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