Html Css Color HEX #ABAB38 Brass

📋 copy color: '#ABAB38'

red 171 ◦ green 171 ◦ blue 56

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

Shades of Brass #ABAB38

Tints of Brass #ABAB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.07%

R = 42.96%
G = 42.96%
B = 14.07%

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

#ABAB38 (or 0xABAB38) is known color: Brass. HEX triplet: AB, AB and 38. RGB value is (171,171,56). Sum of RGB (Red+Green+Blue) = 171+171+56=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB38 is #5454C7. Grayscale: #9E9E9E. Windows color (decimal): -5526728 or 3713963. OLE color: 3713963.

HSL color Cylindrical-coordinate representation of color #ABAB38: hue angle of 60º degrees, saturation: 0.51, 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 #ABAB38 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 56 -
CMYK 0 0 0.67 0.33
HSL 60º 0.51% 0.45% -
HSV(B) 60º 0.67% 0.67% -
XYZ 32.07 38.07 9.4 -
YUV 157.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 171 171 56 0 0 0.67 0.33 60 0.51 0.45
Hex AB AB 38 0 0 43 21 3C 33 2D
Octal 253 253 70 0 0 103 41 74 63 55
Binary 10101011 10101011 111000 0 0 1000011 100001 111100 110011 101101

Color Harmonies of #ABAB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB38

Black with #ABAB38

Text Example


Text Example

White with #ABAB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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