Html Css Color HEX #A8AA48 Brass

📋 copy color: '#A8AA48'

red 168 ◦ green 170 ◦ blue 72

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

Shades of Brass #A8AA48

Tints of Brass #A8AA48

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 72 (28.52% from 255) = 17.56%

R = 40.98%
G = 41.46%
B = 17.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#A8AA48 (or 0xA8AA48) is known color: Brass. HEX triplet: A8, AA and 48. RGB value is (168,170,72). Sum of RGB (Red+Green+Blue) = 168+170+72=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA48 is #5755B7. Grayscale: #9E9E9E. Windows color (decimal): -5723576 or 4762280. OLE color: 4762280.

HSL color Cylindrical-coordinate representation of color #A8AA48: hue angle of 61.22º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8AA48 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 170 72 -
CMYK 0.01 0 0.58 0.33
HSL 61.22º 0.4% 0.47% -
HSV(B) 61.22º 0.58% 0.67% -
XYZ 31.69 37.54 11.71 -
YUV 158.23 79.34 134.97 -
System Red Green Blue C M Y K H S L
Decimal 168 170 72 0.01 0 0.58 0.33 61.22 0.4 0.47
Hex A8 AA 48 1 0 3A 21 3D 28 2F
Octal 250 252 110 1 0 72 41 75 50 57
Binary 10101000 10101010 1001000 1 0 111010 100001 111101 101000 101111

Color Harmonies of #A8AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA48

Black with #A8AA48

Text Example


Text Example

White with #A8AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA48; }

 p { color: rgb(168,170,72); }

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

background-color css

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

 a { background-color: rgb(168,170,72); }

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

border-color css

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

 span { border-color: rgb(168,170,72); }

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