Html Css Color HEX #ABAB39 Brass

📋 copy color: '#ABAB39'

red 171 ◦ green 171 ◦ blue 57

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

Shades of Brass #ABAB39

Tints of Brass #ABAB39

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.86%

 BLUE value IS 57 (22.66% from 255) = 14.29%

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#ABAB39 (or 0xABAB39) is known color: Brass. HEX triplet: AB, AB and 39. RGB value is (171,171,57). Sum of RGB (Red+Green+Blue) = 171+171+57=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB39 is #5454C6. Grayscale: #9E9E9E. Windows color (decimal): -5526727 or 3779499. OLE color: 3779499.

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

Color convert

RGB 171 171 57 -
CMYK 0 0 0.67 0.33
HSL 60º 0.5% 0.45% -
HSV(B) 60º 0.67% 0.67% -
XYZ 32.1 38.08 9.53 -
YUV 158 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 171 171 57 0 0 0.67 0.33 60 0.5 0.45
Hex AB AB 39 0 0 43 21 3C 32 2D
Octal 253 253 71 0 0 103 41 74 62 55
Binary 10101011 10101011 111001 0 0 1000011 100001 111100 110010 101101

Color Harmonies of #ABAB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB39

Black with #ABAB39

Text Example


Text Example

White with #ABAB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB39; }

 p { color: rgb(171,171,57); }

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

background-color css

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

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

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

border-color css

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

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

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