Html Css Color HEX #AB9C3B Brass

📋 copy color: '#AB9C3B'

red 171 ◦ green 156 ◦ blue 59

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

Shades of Brass #AB9C3B

Tints of Brass #AB9C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.28%

R = 44.3%
G = 40.41%
B = 15.28%

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

#AB9C3B (or 0xAB9C3B) is known color: Brass. HEX triplet: AB, 9C and 3B. RGB value is (171,156,59). Sum of RGB (Red+Green+Blue) = 171+156+59=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C3B is #5463C4. Grayscale: #959595. Windows color (decimal): -5530565 or 3906731. OLE color: 3906731.

HSL color Cylindrical-coordinate representation of color #AB9C3B: hue angle of 51.96º degrees, saturation: 0.49, 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 #AB9C3B is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 156 59 -
CMYK 0 0.09 0.65 0.33
HSL 51.96º 0.49% 0.45% -
HSV(B) 51.96º 0.65% 0.67% -
XYZ 29.47 32.75 8.91 -
YUV 149.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 171 156 59 0 0.09 0.65 0.33 51.96 0.49 0.45
Hex AB 9C 3B 0 9 41 21 34 31 2D
Octal 253 234 73 0 11 101 41 64 61 55
Binary 10101011 10011100 111011 0 1001 1000001 100001 110100 110001 101101

Color Harmonies of #AB9C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C3B

Black with #AB9C3B

Text Example


Text Example

White with #AB9C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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