Html Css Color HEX #ADB138 Brass

📋 copy color: '#ADB138'

red 173 ◦ green 177 ◦ blue 56

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

Shades of Brass #ADB138

Tints of Brass #ADB138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.6%

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

R = 42.61%
G = 43.6%
B = 13.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#ADB138 (or 0xADB138) is known color: Brass. HEX triplet: AD, B1 and 38. RGB value is (173,177,56). Sum of RGB (Red+Green+Blue) = 173+177+56=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB138 is #524EC7. Grayscale: #A2A2A2. Windows color (decimal): -5394120 or 3715501. OLE color: 3715501.

HSL color Cylindrical-coordinate representation of color #ADB138: hue angle of 61.98º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADB138 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 56 -
CMYK 0.02 0 0.68 0.31
HSL 61.98º 0.52% 0.46% -
HSV(B) 61.98º 0.68% 0.69% -
XYZ 33.67 40.61 9.81 -
YUV 162.01 68.17 135.84 -
System Red Green Blue C M Y K H S L
Decimal 173 177 56 0.02 0 0.68 0.31 61.98 0.52 0.46
Hex AD B1 38 2 0 44 1F 3E 34 2E
Octal 255 261 70 2 0 104 37 76 64 56
Binary 10101101 10110001 111000 10 0 1000100 11111 111110 110100 101110

Color Harmonies of #ADB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB138

Black with #ADB138

Text Example


Text Example

White with #ADB138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB138; }

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

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

background-color css

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

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

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

border-color css

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

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

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