Html Css Color HEX #ADAF37 Brass

📋 copy color: '#ADAF37'

red 173 ◦ green 175 ◦ blue 55

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

Shades of Brass #ADAF37

Tints of Brass #ADAF37

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.42%

 BLUE value IS 55 (21.88% from 255) = 13.65%

R = 42.93%
G = 43.42%
B = 13.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#ADAF37 (or 0xADAF37) is known color: Brass. HEX triplet: AD, AF and 37. RGB value is (173,175,55). Sum of RGB (Red+Green+Blue) = 173+175+55=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF37 is #5250C8. Grayscale: #A1A1A1. Windows color (decimal): -5394633 or 3649453. OLE color: 3649453.

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

Color convert

RGB 173 175 55 -
CMYK 0.01 0 0.69 0.31
HSL 61º 0.52% 0.45% -
HSV(B) 61º 0.69% 0.69% -
XYZ 33.25 39.82 9.55 -
YUV 160.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 173 175 55 0.01 0 0.69 0.31 61 0.52 0.45
Hex AD AF 37 1 0 45 1F 3D 34 2D
Octal 255 257 67 1 0 105 37 75 64 55
Binary 10101101 10101111 110111 1 0 1000101 11111 111101 110100 101101

Color Harmonies of #ADAF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF37

Black with #ADAF37

Text Example


Text Example

White with #ADAF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF37; }

 p { color: rgb(173,175,55); }

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

background-color css

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

 a { background-color: rgb(173,175,55); }

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

border-color css

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

 span { border-color: rgb(173,175,55); }

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