Html Css Color HEX #ADB136 Brass

📋 copy color: '#ADB136'

red 173 ◦ green 177 ◦ blue 54

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

Shades of Brass #ADB136

Tints of Brass #ADB136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.37%

R = 42.82%
G = 43.81%
B = 13.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#ADB136 (or 0xADB136) is known color: Brass. HEX triplet: AD, B1 and 36. RGB value is (173,177,54). Sum of RGB (Red+Green+Blue) = 173+177+54=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB136 is #524EC9. Grayscale: #A2A2A2. Windows color (decimal): -5394122 or 3584429. OLE color: 3584429.

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

Color convert

RGB 173 177 54 -
CMYK 0.02 0 0.69 0.31
HSL 61.95º 0.53% 0.45% -
HSV(B) 61.95º 0.69% 0.69% -
XYZ 33.62 40.59 9.55 -
YUV 161.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 173 177 54 0.02 0 0.69 0.31 61.95 0.53 0.45
Hex AD B1 36 2 0 45 1F 3E 35 2D
Octal 255 261 66 2 0 105 37 76 65 55
Binary 10101101 10110001 110110 10 0 1000101 11111 111110 110101 101101

Color Harmonies of #ADB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB136

Black with #ADB136

Text Example


Text Example

White with #ADB136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB136; }

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

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

background-color css

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

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

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

border-color css

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

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

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