Html Css Color HEX #ABAB32 Brass

📋 copy color: '#ABAB32'

red 171 ◦ green 171 ◦ blue 50

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

Shades of Brass #ABAB32

Tints of Brass #ABAB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.76%

R = 43.62%
G = 43.62%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#ABAB32 (or 0xABAB32) is known color: Brass. HEX triplet: AB, AB and 32. RGB value is (171,171,50). Sum of RGB (Red+Green+Blue) = 171+171+50=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB32 is #5454CD. Grayscale: #9D9D9D. Windows color (decimal): -5526734 or 3320747. OLE color: 3320747.

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

Color convert

RGB 171 171 50 -
CMYK 0 0 0.71 0.33
HSL 60º 0.55% 0.43% -
HSV(B) 60º 0.71% 0.67% -
XYZ 31.93 38.01 8.67 -
YUV 157.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 171 171 50 0 0 0.71 0.33 60 0.55 0.43
Hex AB AB 32 0 0 47 21 3C 37 2B
Octal 253 253 62 0 0 107 41 74 67 53
Binary 10101011 10101011 110010 0 0 1000111 100001 111100 110111 101011

Color Harmonies of #ABAB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB32

Black with #ABAB32

Text Example


Text Example

White with #ABAB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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