Html Css Color HEX #ADA63E Brass

📋 copy color: '#ADA63E'

red 173 ◦ green 166 ◦ blue 62

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

Shades of Brass #ADA63E

Tints of Brass #ADA63E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

 BLUE value IS 62 (24.61% from 255) = 15.46%

R = 43.14%
G = 41.4%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADA63E (or 0xADA63E) is known color: Brass. HEX triplet: AD, A6 and 3E. RGB value is (173,166,62). Sum of RGB (Red+Green+Blue) = 173+166+62=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA63E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA63E is #5259C1. Grayscale: #9C9C9C. Windows color (decimal): -5396930 or 4105901. OLE color: 4105901.

HSL color Cylindrical-coordinate representation of color #ADA63E: hue angle of 56.22º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADA63E is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 62 -
CMYK 0 0.04 0.64 0.32
HSL 56.22º 0.47% 0.46% -
HSV(B) 56.22º 0.64% 0.68% -
XYZ 31.74 36.5 9.93 -
YUV 156.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 173 166 62 0 0.04 0.64 0.32 56.22 0.47 0.46
Hex AD A6 3E 0 4 40 20 38 2F 2E
Octal 255 246 76 0 4 100 40 70 57 56
Binary 10101101 10100110 111110 0 100 1000000 100000 111000 101111 101110

Color Harmonies of #ADA63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA63E

Black with #ADA63E

Text Example


Text Example

White with #ADA63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA63E; }

 p { color: rgb(173,166,62); }

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

background-color css

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

 a { background-color: rgb(173,166,62); }

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

border-color css

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

 span { border-color: rgb(173,166,62); }

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