Html Css Color HEX #ABA538 Brass

📋 copy color: '#ABA538'

red 171 ◦ green 165 ◦ blue 56

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

Shades of Brass #ABA538

Tints of Brass #ABA538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

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

R = 43.62%
G = 42.09%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#ABA538 (or 0xABA538) is known color: Brass. HEX triplet: AB, A5 and 38. RGB value is (171,165,56). Sum of RGB (Red+Green+Blue) = 171+165+56=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA538 is #545AC7. Grayscale: #9A9A9A. Windows color (decimal): -5528264 or 3712427. OLE color: 3712427.

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

Color convert

RGB 171 165 56 -
CMYK 0 0.04 0.67 0.33
HSL 56.87º 0.51% 0.45% -
HSV(B) 56.87º 0.67% 0.67% -
XYZ 30.96 35.85 9.03 -
YUV 154.37 72.49 139.86 -
System Red Green Blue C M Y K H S L
Decimal 171 165 56 0 0.04 0.67 0.33 56.87 0.51 0.45
Hex AB A5 38 0 4 43 21 39 33 2D
Octal 253 245 70 0 4 103 41 71 63 55
Binary 10101011 10100101 111000 0 100 1000011 100001 111001 110011 101101

Color Harmonies of #ABA538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA538

Black with #ABA538

Text Example


Text Example

White with #ABA538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA538; }

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

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

background-color css

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

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

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

border-color css

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

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

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