Html Css Color HEX #ADAF3A Brass

📋 copy color: '#ADAF3A'

red 173 ◦ green 175 ◦ blue 58

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

Shades of Brass #ADAF3A

Tints of Brass #ADAF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.29%

R = 42.61%
G = 43.1%
B = 14.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#ADAF3A (or 0xADAF3A) is known color: Brass. HEX triplet: AD, AF and 3A. RGB value is (173,175,58). Sum of RGB (Red+Green+Blue) = 173+175+58=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAF3A is #5250C5. Grayscale: #A1A1A1. Windows color (decimal): -5394630 or 3846061. OLE color: 3846061.

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

Color convert

RGB 173 175 58 -
CMYK 0.01 0 0.67 0.31
HSL 61.03º 0.5% 0.46% -
HSV(B) 61.03º 0.67% 0.69% -
XYZ 33.33 39.85 9.94 -
YUV 161.06 69.84 136.51 -
System Red Green Blue C M Y K H S L
Decimal 173 175 58 0.01 0 0.67 0.31 61.03 0.5 0.46
Hex AD AF 3A 1 0 43 1F 3D 32 2E
Octal 255 257 72 1 0 103 37 75 62 56
Binary 10101101 10101111 111010 1 0 1000011 11111 111101 110010 101110

Color Harmonies of #ADAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF3A

Black with #ADAF3A

Text Example


Text Example

White with #ADAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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