Html Css Color HEX #ADAF47 Brass

📋 copy color: '#ADAF47'

red 173 ◦ green 175 ◦ blue 71

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

Shades of Brass #ADAF47

Tints of Brass #ADAF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.95%

R = 41.29%
G = 41.77%
B = 16.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#ADAF47 (or 0xADAF47) is known color: Brass. HEX triplet: AD, AF and 47. RGB value is (173,175,71). Sum of RGB (Red+Green+Blue) = 173+175+71=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF47 is #5250B8. Grayscale: #A2A2A2. Windows color (decimal): -5394617 or 4698029. OLE color: 4698029.

HSL color Cylindrical-coordinate representation of color #ADAF47: hue angle of 61.15º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADAF47 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 175 71 -
CMYK 0.01 0 0.59 0.31
HSL 61.15º 0.42% 0.48% -
HSV(B) 61.15º 0.59% 0.69% -
XYZ 33.7 40 11.91 -
YUV 162.55 76.34 135.46 -
System Red Green Blue C M Y K H S L
Decimal 173 175 71 0.01 0 0.59 0.31 61.15 0.42 0.48
Hex AD AF 47 1 0 3B 1F 3D 2A 30
Octal 255 257 107 1 0 73 37 75 52 60
Binary 10101101 10101111 1000111 1 0 111011 11111 111101 101010 110000

Color Harmonies of #ADAF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF47

Black with #ADAF47

Text Example


Text Example

White with #ADAF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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