Html Css Color HEX #ABAC3B Brass

📋 copy color: '#ABAC3B'

red 171 ◦ green 172 ◦ blue 59

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

Shades of Brass #ABAC3B

Tints of Brass #ABAC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.68%

R = 42.54%
G = 42.79%
B = 14.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#ABAC3B (or 0xABAC3B) is known color: Brass. HEX triplet: AB, AC and 3B. RGB value is (171,172,59). Sum of RGB (Red+Green+Blue) = 171+172+59=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC3B is #5453C4. Grayscale: #9F9F9F. Windows color (decimal): -5526469 or 3910827. OLE color: 3910827.

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

Color convert

RGB 171 172 59 -
CMYK 0.01 0 0.66 0.33
HSL 60.53º 0.49% 0.45% -
HSV(B) 60.53º 0.66% 0.67% -
XYZ 32.34 38.48 9.86 -
YUV 158.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 171 172 59 0.01 0 0.66 0.33 60.53 0.49 0.45
Hex AB AC 3B 1 0 42 21 3D 31 2D
Octal 253 254 73 1 0 102 41 75 61 55
Binary 10101011 10101100 111011 1 0 1000010 100001 111101 110001 101101

Color Harmonies of #ABAC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC3B

Black with #ABAC3B

Text Example


Text Example

White with #ABAC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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