Html Css Color HEX #A8AA4D Brass

📋 copy color: '#A8AA4D'

red 168 ◦ green 170 ◦ blue 77

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

Shades of Brass #A8AA4D

Tints of Brass #A8AA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.55%

R = 40.48%
G = 40.96%
B = 18.55%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#A8AA4D (or 0xA8AA4D) is known color: Brass. HEX triplet: A8, AA and 4D. RGB value is (168,170,77). Sum of RGB (Red+Green+Blue) = 168+170+77=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA4D is #5755B2. Grayscale: #9F9F9F. Windows color (decimal): -5723571 or 5089960. OLE color: 5089960.

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

Color convert

RGB 168 170 77 -
CMYK 0.01 0 0.55 0.33
HSL 61.29º 0.38% 0.48% -
HSV(B) 61.29º 0.55% 0.67% -
XYZ 31.86 37.61 12.6 -
YUV 158.8 81.84 134.56 -
System Red Green Blue C M Y K H S L
Decimal 168 170 77 0.01 0 0.55 0.33 61.29 0.38 0.48
Hex A8 AA 4D 1 0 37 21 3D 26 30
Octal 250 252 115 1 0 67 41 75 46 60
Binary 10101000 10101010 1001101 1 0 110111 100001 111101 100110 110000

Color Harmonies of #A8AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA4D

Black with #A8AA4D

Text Example


Text Example

White with #A8AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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