Html Css Color HEX #ADA438 Brass

📋 copy color: '#ADA438'

red 173 ◦ green 164 ◦ blue 56

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

Shades of Brass #ADA438

Tints of Brass #ADA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.73%

 BLUE value IS 56 (22.27% from 255) = 14.25%

R = 44.02%
G = 41.73%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#ADA438 (or 0xADA438) is known color: Brass. HEX triplet: AD, A4 and 38. RGB value is (173,164,56). Sum of RGB (Red+Green+Blue) = 173+164+56=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA438 is #525BC7. Grayscale: #9A9A9A. Windows color (decimal): -5397448 or 3712173. OLE color: 3712173.

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

Color convert

RGB 173 164 56 -
CMYK 0 0.05 0.68 0.32
HSL 55.38º 0.51% 0.45% -
HSV(B) 55.38º 0.68% 0.68% -
XYZ 31.22 35.72 8.99 -
YUV 154.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 173 164 56 0 0.05 0.68 0.32 55.38 0.51 0.45
Hex AD A4 38 0 5 44 20 37 33 2D
Octal 255 244 70 0 5 104 40 67 63 55
Binary 10101101 10100100 111000 0 101 1000100 100000 110111 110011 101101

Color Harmonies of #ADA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA438

Black with #ADA438

Text Example


Text Example

White with #ADA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA438; }

 p { color: rgb(173,164,56); }

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

background-color css

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

 a { background-color: rgb(173,164,56); }

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

border-color css

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

 span { border-color: rgb(173,164,56); }

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