Html Css Color HEX #ADA138 Brass

📋 copy color: '#ADA138'

red 173 ◦ green 161 ◦ blue 56

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

Shades of Brass #ADA138

Tints of Brass #ADA138

RGB

 RED value IS 173 (67.97% from 255) = 44.36%

 GREEN value IS 161 (63.28% from 255) = 41.28%

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

R = 44.36%
G = 41.28%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#ADA138 (or 0xADA138) is known color: Brass. HEX triplet: AD, A1 and 38. RGB value is (173,161,56). Sum of RGB (Red+Green+Blue) = 173+161+56=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA138 is #525EC7. Grayscale: #999999. Windows color (decimal): -5398216 or 3711405. OLE color: 3711405.

HSL color Cylindrical-coordinate representation of color #ADA138: hue angle of 53.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADA138 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 56 -
CMYK 0 0.07 0.68 0.32
HSL 53.85º 0.51% 0.45% -
HSV(B) 53.85º 0.68% 0.68% -
XYZ 30.69 34.66 8.81 -
YUV 152.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 173 161 56 0 0.07 0.68 0.32 53.85 0.51 0.45
Hex AD A1 38 0 7 44 20 36 33 2D
Octal 255 241 70 0 7 104 40 66 63 55
Binary 10101101 10100001 111000 0 111 1000100 100000 110110 110011 101101

Color Harmonies of #ADA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA138

Black with #ADA138

Text Example


Text Example

White with #ADA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA138; }

 p { color: rgb(173,161,56); }

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

background-color css

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

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

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

border-color css

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

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

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