Html Css Color HEX #A8A551 Brass

📋 copy color: '#A8A551'

red 168 ◦ green 165 ◦ blue 81

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

Shades of Brass #A8A551

Tints of Brass #A8A551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.57%

R = 40.58%
G = 39.86%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A8A551 (or 0xA8A551) is known color: Brass. HEX triplet: A8, A5 and 51. RGB value is (168,165,81). Sum of RGB (Red+Green+Blue) = 168+165+81=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A551 is #575AAE. Grayscale: #9C9C9C. Windows color (decimal): -5724847 or 5350824. OLE color: 5350824.

HSL color Cylindrical-coordinate representation of color #A8A551: hue angle of 57.93º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8A551 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 165 81 -
CMYK 0 0.02 0.52 0.34
HSL 57.93º 0.35% 0.49% -
HSV(B) 57.93º 0.52% 0.66% -
XYZ 31.09 35.83 13.06 -
YUV 156.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 168 165 81 0 0.02 0.52 0.34 57.93 0.35 0.49
Hex A8 A5 51 0 2 34 22 3A 23 31
Octal 250 245 121 0 2 64 42 72 43 61
Binary 10101000 10100101 1010001 0 10 110100 100010 111010 100011 110001

Color Harmonies of #A8A551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A551

Black with #A8A551

Text Example


Text Example

White with #A8A551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A551; }

 p { color: rgb(168,165,81); }

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

background-color css

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

 a { background-color: rgb(168,165,81); }

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

border-color css

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

 span { border-color: rgb(168,165,81); }

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