Html Css Color HEX #A8AA43 Brass

📋 copy color: '#A8AA43'

red 168 ◦ green 170 ◦ blue 67

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

Shades of Brass #A8AA43

Tints of Brass #A8AA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.54%

R = 41.48%
G = 41.98%
B = 16.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#A8AA43 (or 0xA8AA43) is known color: Brass. HEX triplet: A8, AA and 43. RGB value is (168,170,67). Sum of RGB (Red+Green+Blue) = 168+170+67=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA43 is #5755BC. Grayscale: #9E9E9E. Windows color (decimal): -5723581 or 4434600. OLE color: 4434600.

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

Color convert

RGB 168 170 67 -
CMYK 0.01 0 0.61 0.33
HSL 61.17º 0.43% 0.46% -
HSV(B) 61.17º 0.61% 0.67% -
XYZ 31.54 37.48 10.88 -
YUV 157.66 76.84 135.38 -
System Red Green Blue C M Y K H S L
Decimal 168 170 67 0.01 0 0.61 0.33 61.17 0.43 0.46
Hex A8 AA 43 1 0 3D 21 3D 2B 2E
Octal 250 252 103 1 0 75 41 75 53 56
Binary 10101000 10101010 1000011 1 0 111101 100001 111101 101011 101110

Color Harmonies of #A8AA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA43

Black with #A8AA43

Text Example


Text Example

White with #A8AA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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