Html Css Color HEX #AB9D3E Brass

📋 copy color: '#AB9D3E'

red 171 ◦ green 157 ◦ blue 62

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

Shades of Brass #AB9D3E

Tints of Brass #AB9D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.9%

R = 43.85%
G = 40.26%
B = 15.9%

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

#AB9D3E (or 0xAB9D3E) is known color: Brass. HEX triplet: AB, 9D and 3E. RGB value is (171,157,62). Sum of RGB (Red+Green+Blue) = 171+157+62=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D3E is #5462C1. Grayscale: #969696. Windows color (decimal): -5530306 or 4103595. OLE color: 4103595.

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

Color convert

RGB 171 157 62 -
CMYK 0 0.08 0.64 0.33
HSL 52.29º 0.47% 0.46% -
HSV(B) 52.29º 0.64% 0.67% -
XYZ 29.72 33.12 9.38 -
YUV 150.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 171 157 62 0 0.08 0.64 0.33 52.29 0.47 0.46
Hex AB 9D 3E 0 8 40 21 34 2F 2E
Octal 253 235 76 0 10 100 41 64 57 56
Binary 10101011 10011101 111110 0 1000 1000000 100001 110100 101111 101110

Color Harmonies of #AB9D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D3E

Black with #AB9D3E

Text Example


Text Example

White with #AB9D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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