Html Css Color HEX #A8A13D Brass

📋 copy color: '#A8A13D'

red 168 ◦ green 161 ◦ blue 61

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

Shades of Brass #A8A13D

Tints of Brass #A8A13D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.28%

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

R = 43.08%
G = 41.28%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8A13D (or 0xA8A13D) is known color: Brass. HEX triplet: A8, A1 and 3D. RGB value is (168,161,61). Sum of RGB (Red+Green+Blue) = 168+161+61=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A13D is #575EC2. Grayscale: #989898. Windows color (decimal): -5725891 or 4039080. OLE color: 4039080.

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

Color convert

RGB 168 161 61 -
CMYK 0 0.04 0.64 0.34
HSL 56.07º 0.47% 0.45% -
HSV(B) 56.07º 0.64% 0.66% -
XYZ 29.74 34.15 9.44 -
YUV 151.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 168 161 61 0 0.04 0.64 0.34 56.07 0.47 0.45
Hex A8 A1 3D 0 4 40 22 38 2F 2D
Octal 250 241 75 0 4 100 42 70 57 55
Binary 10101000 10100001 111101 0 100 1000000 100010 111000 101111 101101

Color Harmonies of #A8A13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A13D

Black with #A8A13D

Text Example


Text Example

White with #A8A13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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