Html Css Color HEX #A8AD36 Brass

📋 copy color: '#A8AD36'

red 168 ◦ green 173 ◦ blue 54

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

Shades of Brass #A8AD36

Tints of Brass #A8AD36

RGB

 RED value IS 168 (66.02% from 255) = 42.53%

 GREEN value IS 173 (67.97% from 255) = 43.8%

 BLUE value IS 54 (21.48% from 255) = 13.67%

R = 42.53%
G = 43.8%
B = 13.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#A8AD36 (or 0xA8AD36) is known color: Brass. HEX triplet: A8, AD and 36. RGB value is (168,173,54). Sum of RGB (Red+Green+Blue) = 168+173+54=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 54 (21.48% from 255 or 13.67% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AD36 is #5752C9. Grayscale: #9E9E9E. Windows color (decimal): -5722826 or 3583400. OLE color: 3583400.

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

Color convert

RGB 168 173 54 -
CMYK 0.03 0 0.69 0.32
HSL 62.52º 0.52% 0.45% -
HSV(B) 62.52º 0.69% 0.68% -
XYZ 31.76 38.48 9.24 -
YUV 157.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 168 173 54 0.03 0 0.69 0.32 62.52 0.52 0.45
Hex A8 AD 36 3 0 45 20 3F 34 2D
Octal 250 255 66 3 0 105 40 77 64 55
Binary 10101000 10101101 110110 11 0 1000101 100000 111111 110100 101101

Color Harmonies of #A8AD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD36

Black with #A8AD36

Text Example


Text Example

White with #A8AD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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