Html Css Color HEX #AB9E3D Brass

📋 copy color: '#AB9E3D'

red 171 ◦ green 158 ◦ blue 61

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

Shades of Brass #AB9E3D

Tints of Brass #AB9E3D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.51%

 BLUE value IS 61 (24.22% from 255) = 15.64%

R = 43.85%
G = 40.51%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB9E3D (or 0xAB9E3D) is known color: Brass. HEX triplet: AB, 9E and 3D. RGB value is (171,158,61). Sum of RGB (Red+Green+Blue) = 171+158+61=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E3D is #5461C2. Grayscale: #979797. Windows color (decimal): -5530051 or 4038315. OLE color: 4038315.

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

Color convert

RGB 171 158 61 -
CMYK 0 0.08 0.64 0.33
HSL 52.91º 0.47% 0.45% -
HSV(B) 52.91º 0.64% 0.67% -
XYZ 29.86 33.45 9.3 -
YUV 150.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 171 158 61 0 0.08 0.64 0.33 52.91 0.47 0.45
Hex AB 9E 3D 0 8 40 21 35 2F 2D
Octal 253 236 75 0 10 100 41 65 57 55
Binary 10101011 10011110 111101 0 1000 1000000 100001 110101 101111 101101

Color Harmonies of #AB9E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E3D

Black with #AB9E3D

Text Example


Text Example

White with #AB9E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E3D; }

 p { color: rgb(171,158,61); }

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

background-color css

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

 a { background-color: rgb(171,158,61); }

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

border-color css

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

 span { border-color: rgb(171,158,61); }

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