Html Css Color HEX #ADA53E Brass

📋 copy color: '#ADA53E'

red 173 ◦ green 165 ◦ blue 62

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

Shades of Brass #ADA53E

Tints of Brass #ADA53E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

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

R = 43.25%
G = 41.25%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADA53E (or 0xADA53E) is known color: Brass. HEX triplet: AD, A5 and 3E. RGB value is (173,165,62). Sum of RGB (Red+Green+Blue) = 173+165+62=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA53E is #525AC1. Grayscale: #9C9C9C. Windows color (decimal): -5397186 or 4105645. OLE color: 4105645.

HSL color Cylindrical-coordinate representation of color #ADA53E: hue angle of 55.68º 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 #ADA53E is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 165 62 -
CMYK 0 0.05 0.64 0.32
HSL 55.68º 0.47% 0.46% -
HSV(B) 55.68º 0.64% 0.68% -
XYZ 31.56 36.14 9.87 -
YUV 155.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 173 165 62 0 0.05 0.64 0.32 55.68 0.47 0.46
Hex AD A5 3E 0 5 40 20 38 2F 2E
Octal 255 245 76 0 5 100 40 70 57 56
Binary 10101101 10100101 111110 0 101 1000000 100000 111000 101111 101110

Color Harmonies of #ADA53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA53E

Black with #ADA53E

Text Example


Text Example

White with #ADA53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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