Html Css Color HEX #A29F44 Brass

📋 copy color: '#A29F44'

red 162 ◦ green 159 ◦ blue 68

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

Shades of Brass #A29F44

Tints of Brass #A29F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.48%

R = 41.65%
G = 40.87%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A29F44 (or 0xA29F44) is known color: Brass. HEX triplet: A2, 9F and 44. RGB value is (162,159,68). Sum of RGB (Red+Green+Blue) = 162+159+68=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F44 is #5D60BB. Grayscale: #959595. Windows color (decimal): -6119612 or 4497314. OLE color: 4497314.

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

Color convert

RGB 162 159 68 -
CMYK 0 0.02 0.58 0.36
HSL 58.09º 0.41% 0.45% -
HSV(B) 58.09º 0.58% 0.64% -
XYZ 28.34 32.9 10.32 -
YUV 149.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 162 159 68 0 0.02 0.58 0.36 58.09 0.41 0.45
Hex A2 9F 44 0 2 3A 24 3A 29 2D
Octal 242 237 104 0 2 72 44 72 51 55
Binary 10100010 10011111 1000100 0 10 111010 100100 111010 101001 101101

Color Harmonies of #A29F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F44

Black with #A29F44

Text Example


Text Example

White with #A29F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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