Html Css Color HEX #A8AB4A Brass

📋 copy color: '#A8AB4A'

red 168 ◦ green 171 ◦ blue 74

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

Shades of Brass #A8AB4A

Tints of Brass #A8AB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.4%

 BLUE value IS 74 (29.3% from 255) = 17.92%

R = 40.68%
G = 41.4%
B = 17.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#A8AB4A (or 0xA8AB4A) is known color: Brass. HEX triplet: A8, AB and 4A. RGB value is (168,171,74). Sum of RGB (Red+Green+Blue) = 168+171+74=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AB4A is #5754B5. Grayscale: #9F9F9F. Windows color (decimal): -5723318 or 4893608. OLE color: 4893608.

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

Color convert

RGB 168 171 74 -
CMYK 0.02 0 0.57 0.33
HSL 61.86º 0.4% 0.48% -
HSV(B) 61.86º 0.57% 0.67% -
XYZ 31.95 37.95 12.12 -
YUV 159.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 168 171 74 0.02 0 0.57 0.33 61.86 0.4 0.48
Hex A8 AB 4A 2 0 39 21 3E 28 30
Octal 250 253 112 2 0 71 41 76 50 60
Binary 10101000 10101011 1001010 10 0 111001 100001 111110 101000 110000

Color Harmonies of #A8AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB4A

Black with #A8AB4A

Text Example


Text Example

White with #A8AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB4A; }

 p { color: rgb(168,171,74); }

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

background-color css

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

 a { background-color: rgb(168,171,74); }

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

border-color css

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

 span { border-color: rgb(168,171,74); }

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