Html Css Color HEX #ADA835 Brass

📋 copy color: '#ADA835'

red 173 ◦ green 168 ◦ blue 53

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

Shades of Brass #ADA835

Tints of Brass #ADA835

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.64%

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

R = 43.91%
G = 42.64%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#ADA835 (or 0xADA835) is known color: Brass. HEX triplet: AD, A8 and 35. RGB value is (173,168,53). Sum of RGB (Red+Green+Blue) = 173+168+53=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA835 is #5257CA. Grayscale: #9C9C9C. Windows color (decimal): -5396427 or 3516589. OLE color: 3516589.

HSL color Cylindrical-coordinate representation of color #ADA835: hue angle of 57.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADA835 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 168 53 -
CMYK 0 0.03 0.69 0.32
HSL 57.5º 0.53% 0.44% -
HSV(B) 57.5º 0.69% 0.68% -
XYZ 31.88 37.15 8.86 -
YUV 156.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 173 168 53 0 0.03 0.69 0.32 57.5 0.53 0.44
Hex AD A8 35 0 3 45 20 3A 35 2C
Octal 255 250 65 0 3 105 40 72 65 54
Binary 10101101 10101000 110101 0 11 1000101 100000 111010 110101 101100

Color Harmonies of #ADA835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA835

Black with #ADA835

Text Example


Text Example

White with #ADA835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA835; }

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

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

background-color css

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

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

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

border-color css

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

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

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