Html Css Color HEX #A29F48 Brass

📋 copy color: '#A29F48'

red 162 ◦ green 159 ◦ blue 72

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

Shades of Brass #A29F48

Tints of Brass #A29F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 41.22%
G = 40.46%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A29F48 (or 0xA29F48) is known color: Brass. HEX triplet: A2, 9F and 48. RGB value is (162,159,72). Sum of RGB (Red+Green+Blue) = 162+159+72=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F48 is #5D60B7. Grayscale: #969696. Windows color (decimal): -6119608 or 4759458. OLE color: 4759458.

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

Color convert

RGB 162 159 72 -
CMYK 0 0.02 0.56 0.36
HSL 58º 0.38% 0.46% -
HSV(B) 58º 0.56% 0.64% -
XYZ 28.47 32.95 10.99 -
YUV 149.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 162 159 72 0 0.02 0.56 0.36 58 0.38 0.46
Hex A2 9F 48 0 2 38 24 3A 26 2E
Octal 242 237 110 0 2 70 44 72 46 56
Binary 10100010 10011111 1001000 0 10 111000 100100 111010 100110 101110

Color Harmonies of #A29F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F48

Black with #A29F48

Text Example


Text Example

White with #A29F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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