Html Css Color HEX #A8A452 Brass

📋 copy color: '#A8A452'

red 168 ◦ green 164 ◦ blue 82

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

Shades of Brass #A8A452

Tints of Brass #A8A452

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

 BLUE value IS 82 (32.42% from 255) = 19.81%

R = 40.58%
G = 39.61%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A8A452 (or 0xA8A452) is known color: Brass. HEX triplet: A8, A4 and 52. RGB value is (168,164,82). Sum of RGB (Red+Green+Blue) = 168+164+82=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A452 is #575BAD. Grayscale: #9C9C9C. Windows color (decimal): -5725102 or 5416104. OLE color: 5416104.

HSL color Cylindrical-coordinate representation of color #A8A452: hue angle of 57.21º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8A452 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 164 82 -
CMYK 0 0.02 0.51 0.34
HSL 57.21º 0.34% 0.49% -
HSV(B) 57.21º 0.51% 0.66% -
XYZ 30.95 35.48 13.2 -
YUV 155.85 86.33 136.67 -
System Red Green Blue C M Y K H S L
Decimal 168 164 82 0 0.02 0.51 0.34 57.21 0.34 0.49
Hex A8 A4 52 0 2 33 22 39 22 31
Octal 250 244 122 0 2 63 42 71 42 61
Binary 10101000 10100100 1010010 0 10 110011 100010 111001 100010 110001

Color Harmonies of #A8A452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A452

Black with #A8A452

Text Example


Text Example

White with #A8A452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A452; }

 p { color: rgb(168,164,82); }

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

background-color css

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

 a { background-color: rgb(168,164,82); }

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

border-color css

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

 span { border-color: rgb(168,164,82); }

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