Html Css Color HEX #ABAC37 Brass

📋 copy color: '#ABAC37'

red 171 ◦ green 172 ◦ blue 55

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

Shades of Brass #ABAC37

Tints of Brass #ABAC37

RGB

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

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

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

R = 42.96%
G = 43.22%
B = 13.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#ABAC37 (or 0xABAC37) is known color: Brass. HEX triplet: AB, AC and 37. RGB value is (171,172,55). Sum of RGB (Red+Green+Blue) = 171+172+55=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC37 is #5453C8. Grayscale: #9E9E9E. Windows color (decimal): -5526473 or 3648683. OLE color: 3648683.

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

Color convert

RGB 171 172 55 -
CMYK 0.01 0 0.68 0.33
HSL 60.51º 0.52% 0.45% -
HSV(B) 60.51º 0.68% 0.67% -
XYZ 32.24 38.44 9.33 -
YUV 158.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 171 172 55 0.01 0 0.68 0.33 60.51 0.52 0.45
Hex AB AC 37 1 0 44 21 3D 34 2D
Octal 253 254 67 1 0 104 41 75 64 55
Binary 10101011 10101100 110111 1 0 1000100 100001 111101 110100 101101

Color Harmonies of #ABAC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC37

Black with #ABAC37

Text Example


Text Example

White with #ABAC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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