Html Css Color HEX #AB9C3A Brass

📋 copy color: '#AB9C3A'

red 171 ◦ green 156 ◦ blue 58

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

Shades of Brass #AB9C3A

Tints of Brass #AB9C3A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

 BLUE value IS 58 (23.05% from 255) = 15.06%

R = 44.42%
G = 40.52%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB9C3A (or 0xAB9C3A) is known color: Brass. HEX triplet: AB, 9C and 3A. RGB value is (171,156,58). Sum of RGB (Red+Green+Blue) = 171+156+58=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C3A is #5463C5. Grayscale: #959595. Windows color (decimal): -5530566 or 3841195. OLE color: 3841195.

HSL color Cylindrical-coordinate representation of color #AB9C3A: hue angle of 52.04º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB9C3A is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 156 58 -
CMYK 0 0.09 0.66 0.33
HSL 52.04º 0.49% 0.45% -
HSV(B) 52.04º 0.66% 0.67% -
XYZ 29.45 32.74 8.77 -
YUV 149.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 171 156 58 0 0.09 0.66 0.33 52.04 0.49 0.45
Hex AB 9C 3A 0 9 42 21 34 31 2D
Octal 253 234 72 0 11 102 41 64 61 55
Binary 10101011 10011100 111010 0 1001 1000010 100001 110100 110001 101101

Color Harmonies of #AB9C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C3A

Black with #AB9C3A

Text Example


Text Example

White with #AB9C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C3A; }

 p { color: rgb(171,156,58); }

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

background-color css

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

 a { background-color: rgb(171,156,58); }

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

border-color css

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

 span { border-color: rgb(171,156,58); }

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