Html Css Color HEX #A29F3C Brass

📋 copy color: '#A29F3C'

red 162 ◦ green 159 ◦ blue 60

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

Shades of Brass #A29F3C

Tints of Brass #A29F3C

RGB

 RED value IS 162 (63.67% from 255) = 42.52%

 GREEN value IS 159 (62.5% from 255) = 41.73%

 BLUE value IS 60 (23.83% from 255) = 15.75%

R = 42.52%
G = 41.73%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A29F3C (or 0xA29F3C) is known color: Brass. HEX triplet: A2, 9F and 3C. RGB value is (162,159,60). Sum of RGB (Red+Green+Blue) = 162+159+60=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F3C is #5D60C3. Grayscale: #959595. Windows color (decimal): -6119620 or 3973026. OLE color: 3973026.

HSL color Cylindrical-coordinate representation of color #A29F3C: hue angle of 58.24º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A29F3C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 159 60 -
CMYK 0 0.02 0.63 0.36
HSL 58.24º 0.46% 0.44% -
HSV(B) 58.24º 0.63% 0.64% -
XYZ 28.11 32.8 9.12 -
YUV 148.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 162 159 60 0 0.02 0.63 0.36 58.24 0.46 0.44
Hex A2 9F 3C 0 2 3F 24 3A 2E 2C
Octal 242 237 74 0 2 77 44 72 56 54
Binary 10100010 10011111 111100 0 10 111111 100100 111010 101110 101100

Color Harmonies of #A29F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F3C

Black with #A29F3C

Text Example


Text Example

White with #A29F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29F3C; }

 p { color: rgb(162,159,60); }

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

background-color css

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

 a { background-color: rgb(162,159,60); }

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

border-color css

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

 span { border-color: rgb(162,159,60); }

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