Html Css Color HEX #ADAE35 Brass

📋 copy color: '#ADAE35'

red 173 ◦ green 174 ◦ blue 53

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

Shades of Brass #ADAE35

Tints of Brass #ADAE35

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.5%

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

R = 43.25%
G = 43.5%
B = 13.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#ADAE35 (or 0xADAE35) is known color: Brass. HEX triplet: AD, AE and 35. RGB value is (173,174,53). Sum of RGB (Red+Green+Blue) = 173+174+53=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE35 is #5251CA. Grayscale: #A0A0A0. Windows color (decimal): -5394891 or 3518125. OLE color: 3518125.

HSL color Cylindrical-coordinate representation of color #ADAE35: hue angle of 60.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADAE35 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 174 53 -
CMYK 0.01 0 0.70 0.32
HSL 60.5º 0.53% 0.45% -
HSV(B) 60.5º 0.7% 0.68% -
XYZ 33.01 39.41 9.24 -
YUV 159.91 67.67 137.34 -
System Red Green Blue C M Y K H S L
Decimal 173 174 53 0.01 0 0.70 0.32 60.5 0.53 0.45
Hex AD AE 35 1 0 46 20 3C 35 2D
Octal 255 256 65 1 0 106 40 74 65 55
Binary 10101101 10101110 110101 1 0 1000110 100000 111100 110101 101101

Color Harmonies of #ADAE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE35

Black with #ADAE35

Text Example


Text Example

White with #ADAE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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