Html Css Color HEX #A29F4D Brass

📋 copy color: '#A29F4D'

red 162 ◦ green 159 ◦ blue 77

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

Shades of Brass #A29F4D

Tints of Brass #A29F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 40.7%
G = 39.95%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A29F4D (or 0xA29F4D) is known color: Brass. HEX triplet: A2, 9F and 4D. RGB value is (162,159,77). Sum of RGB (Red+Green+Blue) = 162+159+77=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F4D is #5D60B2. Grayscale: #969696. Windows color (decimal): -6119603 or 5087138. OLE color: 5087138.

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

Color convert

RGB 162 159 77 -
CMYK 0 0.02 0.52 0.36
HSL 57.88º 0.36% 0.47% -
HSV(B) 57.88º 0.52% 0.64% -
XYZ 28.64 33.01 11.88 -
YUV 150.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 162 159 77 0 0.02 0.52 0.36 57.88 0.36 0.47
Hex A2 9F 4D 0 2 34 24 3A 24 2F
Octal 242 237 115 0 2 64 44 72 44 57
Binary 10100010 10011111 1001101 0 10 110100 100100 111010 100100 101111

Color Harmonies of #A29F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F4D

Black with #A29F4D

Text Example


Text Example

White with #A29F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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