Html Css Color HEX #A29F3E Brass

📋 copy color: '#A29F3E'

red 162 ◦ green 159 ◦ blue 62

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

Shades of Brass #A29F3E

Tints of Brass #A29F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.19%

R = 42.3%
G = 41.51%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A29F3E (or 0xA29F3E) is known color: Brass. HEX triplet: A2, 9F and 3E. RGB value is (162,159,62). Sum of RGB (Red+Green+Blue) = 162+159+62=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F3E is #5D60C1. Grayscale: #959595. Windows color (decimal): -6119618 or 4104098. OLE color: 4104098.

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

Color convert

RGB 162 159 62 -
CMYK 0 0.02 0.62 0.36
HSL 58.2º 0.45% 0.44% -
HSV(B) 58.2º 0.62% 0.64% -
XYZ 28.17 32.83 9.41 -
YUV 148.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 162 159 62 0 0.02 0.62 0.36 58.2 0.45 0.44
Hex A2 9F 3E 0 2 3E 24 3A 2D 2C
Octal 242 237 76 0 2 76 44 72 55 54
Binary 10100010 10011111 111110 0 10 111110 100100 111010 101101 101100

Color Harmonies of #A29F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F3E

Black with #A29F3E

Text Example


Text Example

White with #A29F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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