Html Css Color HEX #A59F33 Brass

📋 copy color: '#A59F33'

red 165 ◦ green 159 ◦ blue 51

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

Shades of Brass #A59F33

Tints of Brass #A59F33

RGB

 RED value IS 165 (64.84% from 255) = 44%

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

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 44%
G = 42.4%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A59F33 (or 0xA59F33) is known color: Brass. HEX triplet: A5, 9F and 33. RGB value is (165,159,51). Sum of RGB (Red+Green+Blue) = 165+159+51=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F33 is #5A60CC. Grayscale: #949494. Windows color (decimal): -5923021 or 3383205. OLE color: 3383205.

HSL color Cylindrical-coordinate representation of color #A59F33: hue angle of 56.84º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A59F33 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 159 51 -
CMYK 0 0.04 0.69 0.35
HSL 56.84º 0.53% 0.42% -
HSV(B) 56.84º 0.69% 0.65% -
XYZ 28.51 33.03 8.01 -
YUV 148.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 165 159 51 0 0.04 0.69 0.35 56.84 0.53 0.42
Hex A5 9F 33 0 4 45 23 39 35 2A
Octal 245 237 63 0 4 105 43 71 65 52
Binary 10100101 10011111 110011 0 100 1000101 100011 111001 110101 101010

Color Harmonies of #A59F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F33

Black with #A59F33

Text Example


Text Example

White with #A59F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F33; }

 p { color: rgb(165,159,51); }

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

background-color css

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

 a { background-color: rgb(165,159,51); }

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

border-color css

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

 span { border-color: rgb(165,159,51); }

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