Html Css Color HEX #A8AA34 Brass

📋 copy color: '#A8AA34'

red 168 ◦ green 170 ◦ blue 52

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

Shades of Brass #A8AA34

Tints of Brass #A8AA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.33%

R = 43.08%
G = 43.59%
B = 13.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#A8AA34 (or 0xA8AA34) is known color: Brass. HEX triplet: A8, AA and 34. RGB value is (168,170,52). Sum of RGB (Red+Green+Blue) = 168+170+52=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA34 is #5755CB. Grayscale: #9C9C9C. Windows color (decimal): -5723596 or 3451560. OLE color: 3451560.

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

Color convert

RGB 168 170 52 -
CMYK 0.01 0 0.69 0.33
HSL 61.02º 0.53% 0.44% -
HSV(B) 61.02º 0.69% 0.67% -
XYZ 31.14 37.32 8.81 -
YUV 155.95 69.34 136.59 -
System Red Green Blue C M Y K H S L
Decimal 168 170 52 0.01 0 0.69 0.33 61.02 0.53 0.44
Hex A8 AA 34 1 0 45 21 3D 35 2C
Octal 250 252 64 1 0 105 41 75 65 54
Binary 10101000 10101010 110100 1 0 1000101 100001 111101 110101 101100

Color Harmonies of #A8AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA34

Black with #A8AA34

Text Example


Text Example

White with #A8AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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