Html Css Color HEX #ADA23E Brass

📋 copy color: '#ADA23E'

red 173 ◦ green 162 ◦ blue 62

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

Shades of Brass #ADA23E

Tints of Brass #ADA23E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

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

R = 43.58%
G = 40.81%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADA23E (or 0xADA23E) is known color: Brass. HEX triplet: AD, A2 and 3E. RGB value is (173,162,62). Sum of RGB (Red+Green+Blue) = 173+162+62=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA23E is #525DC1. Grayscale: #9A9A9A. Windows color (decimal): -5397954 or 4104877. OLE color: 4104877.

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

Color convert

RGB 173 162 62 -
CMYK 0 0.06 0.64 0.32
HSL 54.05º 0.47% 0.46% -
HSV(B) 54.05º 0.64% 0.68% -
XYZ 31.02 35.07 9.69 -
YUV 153.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 173 162 62 0 0.06 0.64 0.32 54.05 0.47 0.46
Hex AD A2 3E 0 6 40 20 36 2F 2E
Octal 255 242 76 0 6 100 40 66 57 56
Binary 10101101 10100010 111110 0 110 1000000 100000 110110 101111 101110

Color Harmonies of #ADA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA23E

Black with #ADA23E

Text Example


Text Example

White with #ADA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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