Html Css Color HEX #A8AA44 Brass

📋 copy color: '#A8AA44'

red 168 ◦ green 170 ◦ blue 68

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

Shades of Brass #A8AA44

Tints of Brass #A8AA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.75%

R = 41.38%
G = 41.87%
B = 16.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#A8AA44 (or 0xA8AA44) is known color: Brass. HEX triplet: A8, AA and 44. RGB value is (168,170,68). Sum of RGB (Red+Green+Blue) = 168+170+68=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA44 is #5755BB. Grayscale: #9E9E9E. Windows color (decimal): -5723580 or 4500136. OLE color: 4500136.

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

Color convert

RGB 168 170 68 -
CMYK 0.01 0 0.6 0.33
HSL 61.18º 0.43% 0.47% -
HSV(B) 61.18º 0.6% 0.67% -
XYZ 31.57 37.49 11.04 -
YUV 157.77 77.34 135.29 -
System Red Green Blue C M Y K H S L
Decimal 168 170 68 0.01 0 0.6 0.33 61.18 0.43 0.47
Hex A8 AA 44 1 0 3C 21 3D 2B 2F
Octal 250 252 104 1 0 74 41 75 53 57
Binary 10101000 10101010 1000100 1 0 111100 100001 111101 101011 101111

Color Harmonies of #A8AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA44

Black with #A8AA44

Text Example


Text Example

White with #A8AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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