Html Css Color HEX #A8A43D Brass

📋 copy color: '#A8A43D'

red 168 ◦ green 164 ◦ blue 61

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

Shades of Brass #A8A43D

Tints of Brass #A8A43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.52%

R = 42.75%
G = 41.73%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8A43D (or 0xA8A43D) is known color: Brass. HEX triplet: A8, A4 and 3D. RGB value is (168,164,61). Sum of RGB (Red+Green+Blue) = 168+164+61=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A43D is #575BC2. Grayscale: #999999. Windows color (decimal): -5725123 or 4039848. OLE color: 4039848.

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

Color convert

RGB 168 164 61 -
CMYK 0 0.02 0.64 0.34
HSL 57.76º 0.47% 0.45% -
HSV(B) 57.76º 0.64% 0.66% -
XYZ 30.27 35.21 9.62 -
YUV 153.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 168 164 61 0 0.02 0.64 0.34 57.76 0.47 0.45
Hex A8 A4 3D 0 2 40 22 3A 2F 2D
Octal 250 244 75 0 2 100 42 72 57 55
Binary 10101000 10100100 111101 0 10 1000000 100010 111010 101111 101101

Color Harmonies of #A8A43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A43D

Black with #A8A43D

Text Example


Text Example

White with #A8A43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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