Html Css Color HEX #ADB035 Brass

📋 copy color: '#ADB035'

red 173 ◦ green 176 ◦ blue 53

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

Shades of Brass #ADB035

Tints of Brass #ADB035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.18%

R = 43.03%
G = 43.78%
B = 13.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#ADB035 (or 0xADB035) is known color: Brass. HEX triplet: AD, B0 and 35. RGB value is (173,176,53). Sum of RGB (Red+Green+Blue) = 173+176+53=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB035 is #524FCA. Grayscale: #A1A1A1. Windows color (decimal): -5394379 or 3518637. OLE color: 3518637.

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

Color convert

RGB 173 176 53 -
CMYK 0.02 0 0.70 0.31
HSL 61.46º 0.54% 0.45% -
HSV(B) 61.46º 0.7% 0.69% -
XYZ 33.4 40.19 9.37 -
YUV 161.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 173 176 53 0.02 0 0.70 0.31 61.46 0.54 0.45
Hex AD B0 35 2 0 46 1F 3D 36 2D
Octal 255 260 65 2 0 106 37 75 66 55
Binary 10101101 10110000 110101 10 0 1000110 11111 111101 110110 101101

Color Harmonies of #ADB035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB035

Black with #ADB035

Text Example


Text Example

White with #ADB035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB035; }

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

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

background-color css

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

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

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

border-color css

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

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

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