Html Css Color HEX #ADA83E Brass

📋 copy color: '#ADA83E'

red 173 ◦ green 168 ◦ blue 62

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

Shades of Brass #ADA83E

Tints of Brass #ADA83E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.69%

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

R = 42.93%
G = 41.69%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADA83E (or 0xADA83E) is known color: Brass. HEX triplet: AD, A8 and 3E. RGB value is (173,168,62). Sum of RGB (Red+Green+Blue) = 173+168+62=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA83E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA83E is #5257C1. Grayscale: #9D9D9D. Windows color (decimal): -5396418 or 4106413. OLE color: 4106413.

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

Color convert

RGB 173 168 62 -
CMYK 0 0.03 0.64 0.32
HSL 57.3º 0.47% 0.46% -
HSV(B) 57.3º 0.64% 0.68% -
XYZ 32.11 37.24 10.05 -
YUV 157.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 173 168 62 0 0.03 0.64 0.32 57.3 0.47 0.46
Hex AD A8 3E 0 3 40 20 39 2F 2E
Octal 255 250 76 0 3 100 40 71 57 56
Binary 10101101 10101000 111110 0 11 1000000 100000 111001 101111 101110

Color Harmonies of #ADA83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA83E

Black with #ADA83E

Text Example


Text Example

White with #ADA83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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