Html Css Color HEX #ABAC3D Brass

📋 copy color: '#ABAC3D'

red 171 ◦ green 172 ◦ blue 61

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

Shades of Brass #ABAC3D

Tints of Brass #ABAC3D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.57%

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

R = 42.33%
G = 42.57%
B = 15.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#ABAC3D (or 0xABAC3D) is known color: Brass. HEX triplet: AB, AC and 3D. RGB value is (171,172,61). Sum of RGB (Red+Green+Blue) = 171+172+61=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC3D is #5453C2. Grayscale: #9F9F9F. Windows color (decimal): -5526467 or 4041899. OLE color: 4041899.

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

Color convert

RGB 171 172 61 -
CMYK 0.01 0 0.65 0.33
HSL 60.54º 0.48% 0.46% -
HSV(B) 60.54º 0.65% 0.67% -
XYZ 32.39 38.5 10.14 -
YUV 159.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 171 172 61 0.01 0 0.65 0.33 60.54 0.48 0.46
Hex AB AC 3D 1 0 41 21 3D 30 2E
Octal 253 254 75 1 0 101 41 75 60 56
Binary 10101011 10101100 111101 1 0 1000001 100001 111101 110000 101110

Color Harmonies of #ABAC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC3D

Black with #ABAC3D

Text Example


Text Example

White with #ABAC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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