Html Css Color HEX #ADB036 Brass

📋 copy color: '#ADB036'

red 173 ◦ green 176 ◦ blue 54

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

Shades of Brass #ADB036

Tints of Brass #ADB036

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

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

R = 42.93%
G = 43.67%
B = 13.4%

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

#ADB036 (or 0xADB036) is known color: Brass. HEX triplet: AD, B0 and 36. RGB value is (173,176,54). Sum of RGB (Red+Green+Blue) = 173+176+54=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB036 is #524FC9. Grayscale: #A1A1A1. Windows color (decimal): -5394378 or 3584173. OLE color: 3584173.

HSL color Cylindrical-coordinate representation of color #ADB036: hue angle of 61.48º 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 #ADB036 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 54 -
CMYK 0.02 0 0.69 0.31
HSL 61.48º 0.53% 0.45% -
HSV(B) 61.48º 0.69% 0.69% -
XYZ 33.42 40.2 9.49 -
YUV 161.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 173 176 54 0.02 0 0.69 0.31 61.48 0.53 0.45
Hex AD B0 36 2 0 45 1F 3D 35 2D
Octal 255 260 66 2 0 105 37 75 65 55
Binary 10101101 10110000 110110 10 0 1000101 11111 111101 110101 101101

Color Harmonies of #ADB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB036

Black with #ADB036

Text Example


Text Example

White with #ADB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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