Html Css Color HEX #ADA63B Brass

📋 copy color: '#ADA63B'

red 173 ◦ green 166 ◦ blue 59

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

Shades of Brass #ADA63B

Tints of Brass #ADA63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.82%

R = 43.47%
G = 41.71%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#ADA63B (or 0xADA63B) is known color: Brass. HEX triplet: AD, A6 and 3B. RGB value is (173,166,59). Sum of RGB (Red+Green+Blue) = 173+166+59=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA63B is #5259C4. Grayscale: #9C9C9C. Windows color (decimal): -5396933 or 3909293. OLE color: 3909293.

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

Color convert

RGB 173 166 59 -
CMYK 0 0.04 0.66 0.32
HSL 56.32º 0.49% 0.45% -
HSV(B) 56.32º 0.66% 0.68% -
XYZ 31.66 36.47 9.51 -
YUV 155.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 173 166 59 0 0.04 0.66 0.32 56.32 0.49 0.45
Hex AD A6 3B 0 4 42 20 38 31 2D
Octal 255 246 73 0 4 102 40 70 61 55
Binary 10101101 10100110 111011 0 100 1000010 100000 111000 110001 101101

Color Harmonies of #ADA63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA63B

Black with #ADA63B

Text Example


Text Example

White with #ADA63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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