Html Css Color HEX #AB9D40 Brass

📋 copy color: '#AB9D40'

red 171 ◦ green 157 ◦ blue 64

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

Shades of Brass #AB9D40

Tints of Brass #AB9D40

RGB

 RED value IS 171 (67.19% from 255) = 43.62%

 GREEN value IS 157 (61.72% from 255) = 40.05%

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 43.62%
G = 40.05%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB9D40 (or 0xAB9D40) is known color: Brass. HEX triplet: AB, 9D and 40. RGB value is (171,157,64). Sum of RGB (Red+Green+Blue) = 171+157+64=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D40 is #5462BF. Grayscale: #969696. Windows color (decimal): -5530304 or 4234667. OLE color: 4234667.

HSL color Cylindrical-coordinate representation of color #AB9D40: hue angle of 52.15º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB9D40 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 157 64 -
CMYK 0 0.08 0.63 0.33
HSL 52.15º 0.46% 0.46% -
HSV(B) 52.15º 0.63% 0.67% -
XYZ 29.78 33.14 9.68 -
YUV 150.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 171 157 64 0 0.08 0.63 0.33 52.15 0.46 0.46
Hex AB 9D 40 0 8 3F 21 34 2E 2E
Octal 253 235 100 0 10 77 41 64 56 56
Binary 10101011 10011101 1000000 0 1000 111111 100001 110100 101110 101110

Color Harmonies of #AB9D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D40

Black with #AB9D40

Text Example


Text Example

White with #AB9D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D40; }

 p { color: rgb(171,157,64); }

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

background-color css

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

 a { background-color: rgb(171,157,64); }

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

border-color css

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

 span { border-color: rgb(171,157,64); }

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