Html Css Color HEX #A4A83D Brass

📋 copy color: '#A4A83D'

red 164 ◦ green 168 ◦ blue 61

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

Shades of Brass #A4A83D

Tints of Brass #A4A83D

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A4A83D (or 0xA4A83D) is known color: Brass. HEX triplet: A4, A8 and 3D. RGB value is (164,168,61). Sum of RGB (Red+Green+Blue) = 164+168+61=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A83D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A83D is #5B57C2. Grayscale: #9B9B9B. Windows color (decimal): -5986243 or 4040868. OLE color: 4040868.

HSL color Cylindrical-coordinate representation of color #A4A83D: hue angle of 62.24º 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 #A4A83D is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 168 61 -
CMYK 0.02 0 0.64 0.34
HSL 62.24º 0.47% 0.45% -
HSV(B) 62.24º 0.64% 0.66% -
XYZ 30.15 36.23 9.82 -
YUV 154.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 164 168 61 0.02 0 0.64 0.34 62.24 0.47 0.45
Hex A4 A8 3D 2 0 40 22 3E 2F 2D
Octal 244 250 75 2 0 100 42 76 57 55
Binary 10100100 10101000 111101 10 0 1000000 100010 111110 101111 101101

Color Harmonies of #A4A83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A83D

Black with #A4A83D

Text Example


Text Example

White with #A4A83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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