Html Css Color HEX #AB9B3C Brass

📋 copy color: '#AB9B3C'

red 171 ◦ green 155 ◦ blue 60

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

Shades of Brass #AB9B3C

Tints of Brass #AB9B3C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.16%

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 44.3%
G = 40.16%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB9B3C (or 0xAB9B3C) is known color: Brass. HEX triplet: AB, 9B and 3C. RGB value is (171,155,60). Sum of RGB (Red+Green+Blue) = 171+155+60=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B3C is #5464C3. Grayscale: #959595. Windows color (decimal): -5530820 or 3972011. OLE color: 3972011.

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

Color convert

RGB 171 155 60 -
CMYK 0 0.09 0.65 0.33
HSL 51.35º 0.48% 0.45% -
HSV(B) 51.35º 0.65% 0.67% -
XYZ 29.33 32.43 8.99 -
YUV 148.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 171 155 60 0 0.09 0.65 0.33 51.35 0.48 0.45
Hex AB 9B 3C 0 9 41 21 33 30 2D
Octal 253 233 74 0 11 101 41 63 60 55
Binary 10101011 10011011 111100 0 1001 1000001 100001 110011 110000 101101

Color Harmonies of #AB9B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B3C

Black with #AB9B3C

Text Example


Text Example

White with #AB9B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B3C; }

 p { color: rgb(171,155,60); }

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

background-color css

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

 a { background-color: rgb(171,155,60); }

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

border-color css

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

 span { border-color: rgb(171,155,60); }

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