Html Css Color HEX #ADB235 Brass

📋 copy color: '#ADB235'

red 173 ◦ green 178 ◦ blue 53

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

Shades of Brass #ADB235

Tints of Brass #ADB235

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.06%

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

R = 42.82%
G = 44.06%
B = 13.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#ADB235 (or 0xADB235) is known color: Brass. HEX triplet: AD, B2 and 35. RGB value is (173,178,53). Sum of RGB (Red+Green+Blue) = 173+178+53=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB235 is #524DCA. Grayscale: #A2A2A2. Windows color (decimal): -5393867 or 3519149. OLE color: 3519149.

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

Color convert

RGB 173 178 53 -
CMYK 0.03 0 0.70 0.30
HSL 62.4º 0.54% 0.45% -
HSV(B) 62.4º 0.7% 0.7% -
XYZ 33.8 40.98 9.5 -
YUV 162.26 66.34 135.66 -
System Red Green Blue C M Y K H S L
Decimal 173 178 53 0.03 0 0.70 0.30 62.4 0.54 0.45
Hex AD B2 35 3 0 46 1E 3E 36 2D
Octal 255 262 65 3 0 106 36 76 66 55
Binary 10101101 10110010 110101 11 0 1000110 11110 111110 110110 101101

Color Harmonies of #ADB235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB235

Black with #ADB235

Text Example


Text Example

White with #ADB235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB235; }

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

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

background-color css

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

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

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

border-color css

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

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

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